summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-04 05:43:54 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-04 05:43:54 +0000
commitf69b851799e81a1f9524feb78140a55809bd45e8 (patch)
tree39ee818f30e051299ff42ffb1029e2757a0d2875 /chrome/common/chrome_switches.cc
parent0d94be85d3a0c251439465364ef0661cf9263766 (diff)
downloadchromium_src-f69b851799e81a1f9524feb78140a55809bd45e8.zip
chromium_src-f69b851799e81a1f9524feb78140a55809bd45e8.tar.gz
chromium_src-f69b851799e81a1f9524feb78140a55809bd45e8.tar.bz2
sync: turn on deferred startup.
BUG=80194 R=rlarocque@chromium.org Review URL: https://codereview.chromium.org/184103008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 055ee49..9390a71 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1418,7 +1418,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[] =