summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-15 01:49:54 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-15 01:49:54 +0000
commit3fd04f5fba94f0312e1ba5da0aca9fdd56578145 (patch)
tree09f7c30f34f9f89dd32e0048bd328ab3b7583c57 /chrome/common/chrome_switches.cc
parent3372d98ec174306ff2beb1942216200ad3c8722b (diff)
downloadchromium_src-3fd04f5fba94f0312e1ba5da0aca9fdd56578145.zip
chromium_src-3fd04f5fba94f0312e1ba5da0aca9fdd56578145.tar.gz
chromium_src-3fd04f5fba94f0312e1ba5da0aca9fdd56578145.tar.bz2
Turn password sync on by default.
BUG=61252 TEST=none Review URL: http://codereview.chromium.org/6249006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 21a18b9..2918166 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -348,6 +348,9 @@ const char kDisableSyncBookmarks[] = "disable-sync-bookmarks";
// Disable syncing of extensions.
const char kDisableSyncExtensions[] = "disable-sync-extensions";
+// Disable syncing browser passwords.
+const char kDisableSyncPasswords[] = "disable-sync-passwords";
+
// Disable syncing of preferences.
const char kDisableSyncPreferences[] = "disable-sync-preferences";
@@ -564,9 +567,6 @@ const char kEnableSync[] = "enable-sync";
// Enable syncing browser autofill.
const char kEnableSyncAutofill[] = "enable-sync-autofill";
-// Enable syncing browser passwords.
-const char kEnableSyncPasswords[] = "enable-sync-passwords";
-
// Enable syncing browser sessions.
const char kEnableSyncSessions[] = "enable-sync-sessions";