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

Unified Diff: chrome/browser/search_engines/template_url_service_test_util.cc

Issue 9749012: [Sync] Have SyncableService's take ownership of their SyncChangeProcessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests Created 8 years, 9 months 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/search_engines/template_url_service_test_util.cc
diff --git a/chrome/browser/search_engines/template_url_service_test_util.cc b/chrome/browser/search_engines/template_url_service_test_util.cc
index 692e55f0d78a082a70d01fb395491157d15a42e3..2076da87229c64a5fb75719d58759c768d058d8a 100644
--- a/chrome/browser/search_engines/template_url_service_test_util.cc
+++ b/chrome/browser/search_engines/template_url_service_test_util.cc
@@ -241,3 +241,7 @@ TestingProfile* TemplateURLServiceTestUtil::profile() const {
void TemplateURLServiceTestUtil::StartIOThread() {
profile_->StartIOThread();
}
+
+void TemplateURLServiceTestUtil::PumpLoop() {
+ message_loop_.RunAllPending();
+}

Powered by Google App Engine
This is Rietveld 408576698