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

Unified Diff: chrome/browser/sync/test/integration/dictionary_helper.cc

Issue 2548883002: Revert of Add thread checking to RunLoop, deprecate MessageLoopRunner. (Closed)
Patch Set: Created 4 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/sync/test/integration/dictionary_helper.cc
diff --git a/chrome/browser/sync/test/integration/dictionary_helper.cc b/chrome/browser/sync/test/integration/dictionary_helper.cc
index e6fd2914c1aea5e22082639bbafa4e96bea6f3d2..30f92967f51644028dfc736ea9fbf6a5d66353e1 100644
--- a/chrome/browser/sync/test/integration/dictionary_helper.cc
+++ b/chrome/browser/sync/test/integration/dictionary_helper.cc
@@ -56,8 +56,7 @@
if (dictionary->IsLoaded())
return;
base::RunLoop run_loop;
- DictionaryLoadObserver observer(
- content::GetDeferredQuitTaskForRunLoop(&run_loop));
+ DictionaryLoadObserver observer(content::GetQuitTaskForRunLoop(&run_loop));
dictionary->AddObserver(&observer);
dictionary->Load();
content::RunThisRunLoop(&run_loop);

Powered by Google App Engine
This is Rietveld 408576698