| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 98219)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -513,6 +513,9 @@
|
| // Enable OAuth sign-in for sync.
|
| const char kEnableSyncOAuth[] = "enable-sync-oauth";
|
|
|
| +// Enable syncing custom search engines.
|
| +const char kEnableSyncSearchEngines[] = "enable-sync-search-engines";
|
| +
|
| // Enable syncing browser sessions.
|
| const char kEnableSyncSessions[] = "enable-sync-sessions";
|
|
|
|
|