Now that we have base::OnceCallback, we no longer need base::Passed(), since std::move does the same thing.
Easy work: remove current usage of Passed() with BindOnce().
Maybe not so easy work: Refactor old code using Passed() with BindRepeating() to use BindOnce() instead.
Comment 1 by claudiom...@gmail.com
, Feb 15 2018