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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12096116: Enable dictionary sync by default (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove experiment from about flags Created 7 years, 11 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 024d66fa5b8c1cb28207e409ec91f7b9f1178e14..baf018149c36e50a550b711d80e47f4297070e38 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -376,6 +376,9 @@ const char kDisableSyncAutofillProfile[] = "disable-sync-autofill-profile";
// Disables syncing of bookmarks.
const char kDisableSyncBookmarks[] = "disable-sync-bookmarks";
+// Disables syncing of dictionary.
+const char kDisableSyncDictionary[] = "disable-sync-dictionary";
+
// Disables syncing extension settings.
const char kDisableSyncExtensionSettings[] = "disable-sync-extension-settings";
@@ -635,9 +638,6 @@ const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";
// Enables experimental suggestions pane in New Tab page.
const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
-// Enables syncing of dictionary.
-const char kEnableSyncDictionary[] = "enable-sync-dictionary";
-
// Enables context menu for selecting groups of tabs.
const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";

Powered by Google App Engine
This is Rietveld 408576698