Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 71392) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -348,6 +348,9 @@ |
// 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 @@ |
// 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"; |