Index: trunk/src/chrome/common/chrome_switches.cc |
=================================================================== |
--- trunk/src/chrome/common/chrome_switches.cc (revision 254811) |
+++ trunk/src/chrome/common/chrome_switches.cc (working copy) |
@@ -1418,7 +1418,7 @@ |
// Enables deferring sync backend initialization until user initiated changes |
// occur. |
-const char kSyncDisableDeferredStartup[] = "sync-disable-deferred-startup"; |
+const char kSyncEnableDeferredStartup[] = "sync-enable-deferred-startup"; |
// Enables feature to avoid unnecessary GetUpdate requests. |
const char kSyncEnableGetUpdateAvoidance[] = |