Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index f3b33687a2fe7bb1ef22bc9b3c4d56a4a3a68856..3a9f40be4ff5c240b91d3df3b27c7d7dad55ab53 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1429,7 +1429,7 @@ 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"; |
+const char kSyncDisableDeferredStartup[] = "sync-disable-deferred-startup"; |
// Enables feature to avoid unnecessary GetUpdate requests. |
const char kSyncEnableGetUpdateAvoidance[] = |