DescriptionConvert WaitableEvent::EventCallback to OnceCallback
This CL converts WaitableEvent::EventCallback to base::OnceCallback from
base::Callback.
The non-trivial part is in IPC code. It's called only once anyway, but it has been cancelled
and copied there.
BUG=554299
TBR=msramek@chromium.org
Review-Url: https://codereview.chromium.org/2801593002
Cr-Commit-Position: refs/heads/master@{#465128}
Committed: https://chromium.googlesource.com/chromium/src/+/130cfd0cd29bdf5edba20601b496749fd954688f
Patch Set 1 #Patch Set 2 : win fix #Patch Set 3 : . #Patch Set 4 : fix #Patch Set 5 : test #
Total comments: 6
Patch Set 6 : +#include <utility> #
Messages
Total messages: 38 (29 generated)
|