960e7d6c067979e2a85d4a1dfd3d87c68a386a08
No need to use the templated syntax anymore. Chromium change: https://source.chromium.org/chromium/chromium/src/+/e0fc463ca6d8dedd64bb520779aa367c0831581b commit e0fc463ca6d8dedd64bb520779aa367c0831581b Author: Daniel Cheng <dcheng@chromium.org> Date: Fri Oct 1 00:37:41 2021 +0000 Update base::DoNothing() / base::NullCallback() to use a type tag. This allows both helpers to be used in contexts where the original helper required templated arguments to be explicitly specified, generally leading to more concise code. However, since base::DoNothing() only returns a type tag now, it can no longer be used as a functor with base::BindOnce/base::BindRepeating. In general, this seems to be a net neutral to slight positive change: the lambda version is actually shorter—though some might argue less readable—and it generates more efficient code since running the callback now jumps through one less thunk. Bug: 1252980
…
…
…
…
…
…
…
Followup to 19050 to cleanup: ads will not be served for campaign with more than one state geotarget
…
…
…
Brave Core
Brave Core is a set of changes, APIs, and scripts used for customizing Chromium to make Brave.
Follow @brave on Twitter for important announcements.
Resources
Community
You can ask questions and interact with the community in the following locations:
- Brave Community
communitychannel on Brave Software's Slack
Languages
C++
36.9%
HTML
31.6%
Swift
9.4%
TypeScript
9%
Java
4.8%
Other
8.1%