diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 15560c4..a5cf7a1 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -294,7 +294,7 @@ const char kDisableSyncBookmarks[] = "disable-sync-bookmarks"; // Disable syncing of extensions. const char kDisableSyncExtensions[] = "disable-sync-extensions"; -// Disable syncing browser passwords. +// Disable syncing of passwords. const char kDisableSyncPasswords[] = "disable-sync-passwords"; // Disable syncing of preferences. @@ -509,6 +509,15 @@ const char kEnableSyncApps[] = "enable-sync-apps"; // Enable syncing browser autofill. const char kEnableSyncAutofill[] = "enable-sync-autofill"; +// Enable syncing browser bookmarks. +const char kEnableSyncBookmarks[] = "enable-sync-bookmarks"; + +// Enable syncing browser extensions. +const char kEnableSyncExtensions[] = "enable-sync-extensions"; + +// Enable syncing browser passwords. +const char kEnableSyncPasswords[] = "enable-sync-passwords"; + // Enable syncing browser preferences. const char kEnableSyncPreferences[] = "enable-sync-preferences"; |