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

Unified Diff: chrome/browser/sync/glue/sync_backend_host.h

Issue 6812004: sync: Make nudge + config jobs reliable in SyncerThread2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync backend host to call configure on right thread. Created 9 years, 8 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/sync/glue/sync_backend_host.h
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index 1e65dd9dec898ffa5e8c27bcff08d2674b2b969b..821dc1121e60ba9c02b00bca8a072ef0dd76ea1e 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -326,6 +326,8 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar {
void CreateSyncNotifier(const scoped_refptr<net::URLRequestContextGetter>&
request_context_getter);
+ void StartConfigurationMode();
tim (not reviewing) 2011/04/15 00:21:43 move down to below the Note about Do* methods and
lipalani1 2011/04/15 01:24:39 Oh I misunderstood the DO* convention. I thought t
+
// Note:
//

Powered by Google App Engine
This is Rietveld 408576698