Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2369)

Unified Diff: chrome/browser/plugin_test.cc

Issue 8873032: Removing MessageLoop::QuitTask() from chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/plugin_test.cc
diff --git a/chrome/browser/plugin_test.cc b/chrome/browser/plugin_test.cc
index ddb36b350732f285d5263b269d974c1480ccc3a3..ceb9fb46bf3c580283e8cea3cf0728bb01c9faf9 100644
--- a/chrome/browser/plugin_test.cc
+++ b/chrome/browser/plugin_test.cc
@@ -298,7 +298,7 @@ class PluginInstallerDownloadTest
context_getter->GetIOMessageLoopProxy());
MessageLoop::current()->PostDelayedTask(
- FROM_HERE, new MessageLoop::QuitTask,
+ FROM_HERE, MessageLoop::QuitClosure,
TestTimeouts::action_max_timeout_ms());
}

Powered by Google App Engine
This is Rietveld 408576698