mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Convert usage of base::Bind to Once or Repeating (see issue #3140)
This commit is contained in:
@@ -83,7 +83,7 @@ int MainMessageLoopMultithreadedWin::Run() {
|
||||
|
||||
void MainMessageLoopMultithreadedWin::Quit() {
|
||||
// Execute PostQuitMessage(0) on the main thread.
|
||||
PostClosure(base::Bind(::PostQuitMessage, 0));
|
||||
PostClosure(base::BindOnce(::PostQuitMessage, 0));
|
||||
}
|
||||
|
||||
void MainMessageLoopMultithreadedWin::PostTask(CefRefPtr<CefTask> task) {
|
||||
|
Reference in New Issue
Block a user