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

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

Issue 7655055: [Sync] Make BackendMigrator not wait for full sync cycles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 9 years, 4 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 21fe22a11a7b4172f0fba9ac4a9862ebe5e3f62d..fce781c19fea8e746eca64646f23304c2af55a27 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -565,7 +565,10 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar {
// to safely talk back to the SyncFrontend.
MessageLoop* const frontend_loop_;
- Profile* profile_;
+ Profile* const profile_;
+
+ // Name used for debugging (set from profile_->GetDebugName()).
+ const std::string name_;
sync_notifier::SyncNotifierFactory sync_notifier_factory_;

Powered by Google App Engine
This is Rietveld 408576698