| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 144576)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -393,8 +393,8 @@
|
| // Disables syncing of preferences.
|
| const char kDisableSyncPreferences[] = "disable-sync-preferences";
|
|
|
| -// Enable syncing custom search engines.
|
| -const char kEnableSyncSearchEngines[] = "enable-sync-search-engines";
|
| +// Disable syncing custom search engines.
|
| +const char kDisableSyncSearchEngines[] = "disable-sync-search-engines";
|
|
|
| // Disables syncing of themes.
|
| const char kDisableSyncThemes[] = "disable-sync-themes";
|
|
|