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