Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c64afc3c52c52e355fda8ccae899905e2de6dffe..d41f066806b1784ce357edad9f67a62e51e6abf7 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -320,6 +320,9 @@ const char kDisableSyncPreferences[] = "disable-sync-preferences"; |
// Disable syncing of themes. |
const char kDisableSyncThemes[] = "disable-sync-themes"; |
+// Disable syncing browser typed urls. |
+const char kDisableSyncTypedUrls[] = "disable-sync-typed-urls"; |
+ |
// TabCloseableStateWatcher disallows closing of tabs and browsers under certain |
// situations on ChromeOS. Some tests expect tabs or browsers to close, so we |
// need a switch to disable the watcher. |
@@ -497,12 +500,6 @@ const char kEnableSmoothScrolling[] = "enable-smooth-scrolling"; |
// Enables TLS cached info extension. |
const char kEnableSSLCachedInfo[] = "enable-ssl-cached-info"; |
-// Enable syncing browser data to a Google Account. |
-const char kEnableSync[] = "enable-sync"; |
- |
-// Enable syncing browser autofill. |
-const char kEnableSyncAutofill[] = "enable-sync-autofill"; |
- |
// Enable OAuth sign-in for sync. |
const char kEnableSyncOAuth[] = "enable-sync-oauth"; |
@@ -512,10 +509,7 @@ const char kEnableSyncSessions[] = "enable-sync-sessions"; |
// Enables context menu for selecting groups of tabs. |
const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu"; |
-// Enable syncing browser typed urls. |
-const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls"; |
- |
-// Enable syncing browser typed urls. |
+// Enable the "synced bookmarks" folder. |
const char kEnableSyncedBookmarksFolder[] = "enable-synced-bookmarks-folder"; |
// Enable use of experimental TCP sockets API for sending data in the |