diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index b5739f3..0fb27145 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -336,6 +336,9 @@ const char kDisableSyncPasswords[] = "disable-sync-passwords"; // Disables syncing of preferences. const char kDisableSyncPreferences[] = "disable-sync-preferences"; +// Disable syncing custom search engines. +const char kDisableSyncSearchEngines[] = "disable-sync-search-engines"; + // Disables syncing of themes. const char kDisableSyncThemes[] = "disable-sync-themes"; @@ -546,9 +549,6 @@ const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings"; // Enables OAuth sign-in for sync. const char kEnableSyncOAuth[] = "enable-sync-oauth"; -// Enables syncing custom search engines. -const char kEnableSyncSearchEngines[] = "enable-sync-search-engines"; - // Enables syncing browser sessions. const char kEnableSyncTabs[] = "enable-sync-tabs"; |