| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5243163c353288db85f0bb0b8382f95cbe44b791..ffa3a3783dd7dc6280ce232b4a2a8d06c0a3aecc 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -212,6 +212,9 @@ const char kDisableSyncAutofill[] = "disable-sync-autofill";
|
| // Disable syncing of bookmarks.
|
| const char kDisableSyncBookmarks[] = "disable-sync-bookmarks";
|
|
|
| +// Disable syncing of passwords.
|
| +const char kDisableSyncPasswords[] = "disable-sync-passwords";
|
| +
|
| // Disable syncing of preferences.
|
| const char kDisableSyncPreferences[] = "disable-sync-preferences";
|
|
|
| @@ -351,6 +354,9 @@ const char kEnableSyncAutofill[] = "enable-sync-autofill";
|
| // Enable syncing browser bookmarks.
|
| const char kEnableSyncBookmarks[] = "enable-sync-bookmarks";
|
|
|
| +// Enable syncing browser passwords.
|
| +const char kEnableSyncPasswords[] = "enable-sync-passwords";
|
| +
|
| // Enable syncing browser preferences.
|
| const char kEnableSyncPreferences[] = "enable-sync-preferences";
|
|
|
|
|