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

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: Revert 3 more problematic files 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..afc145862a1f318dae8b3a3560bdb85c3d51a15d 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());
}
« no previous file with comments | « chrome/browser/password_manager/password_store_x_unittest.cc ('k') | chrome/browser/prefs/pref_member_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698