Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6543)

Unified Diff: chrome/common/chrome_switches.cc

Issue 7697006: Enabled typed URL syncing by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated unit tests to reflect new enabled type (typed urls)" Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/live_sync/live_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/live_sync/live_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698