-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std::move instead of base::Passed with base::BindOnce.
Chromium change: https://source.chromium.org/chromium/chromium/src/+/64da068f017ecd585a60f420f98270b3469397c1 commit 64da068f017ecd585a60f420f98270b3469397c1 Author: Daniel Cheng <dcheng@chromium.org> Date: Tue Mar 16 07:30:09 2021 +0000 [base] Disallow base::BindOnce() + base::Passed() everywhere. std::move() and base::Passed() mean the same thing for base::BindOnce(), so use the standard library idiom instead. Bug: 1180750
- Loading branch information
Showing
3 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters