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

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

Issue 9749012: [Sync] Have SyncableService's take ownership of their SyncChangeProcessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflict 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.h
diff --git a/chrome/browser/search_engines/template_url_service_test_util.h b/chrome/browser/search_engines/template_url_service_test_util.h
index f7fdc5fda295867a46d4b7102af4220f083b1755..6c52eaf03d684f13fa032e6443b306306c989665 100644
--- a/chrome/browser/search_engines/template_url_service_test_util.h
+++ b/chrome/browser/search_engines/template_url_service_test_util.h
@@ -86,6 +86,9 @@ class TemplateURLServiceTestUtil : public TemplateURLServiceObserver {
// Starts an I/O thread.
void StartIOThread();
+ // Runs all pending tasks on the UI loop.
+ void PumpLoop();
+
private:
MessageLoopForUI message_loop_;
// Needed to make the DeleteOnUIThread trait of WebDataService work

Powered by Google App Engine
This is Rietveld 408576698