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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12288010: sync: preliminary support for deferred SyncBackendHost initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 14799f4117082b029d65369dbc9fabdf8cc975ae..86d97347a811c22cbedc5b8b0a1c514d66360bca 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1297,6 +1297,10 @@ const char kSyncThrowUnrecoverableError[] = "sync-throw-unrecoverable-error";
// Tries to connect to XMPP using SSLTCP first (for testing).
const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp";
+// Enables deferring sync backend initialization until user initiated changes
+// occur.
+const char kSyncEnableDeferredStartup[] = "sync-enable-deferred-startup";
+
// Enables tab dragging to create a real browser.
const char kTabBrowserDragging[] = "enable-tab-browser-dragging";
« chrome/browser/sync/profile_sync_service.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698