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

Unified Diff: chrome/browser/about_flags.cc

Issue 12096116: Enable dictionary sync by default (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge master Created 7 years, 10 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/app/generated_resources.grd ('k') | chrome/browser/spellchecker/spellcheck_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ba248e3d3ec8a58f2fc9006edc8f1d7a7150d8c8..7e9cd1f35e81f4ca1e05bd6007bfa9afd94bab44 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1283,13 +1283,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kHistoryEnableFullHistorySync)
},
{
- "enable-sync-dictionary",
- IDS_FLAGS_ENABLE_SYNC_DICTIONARY_NAME,
- IDS_FLAGS_ENABLE_SYNC_DICTIONARY_DESCRIPTION,
- kOsWin | kOsCrOS | kOsLinux,
- SINGLE_VALUE_TYPE(switches::kEnableSyncDictionary)
- },
- {
"enable-usermedia-screen-capture",
IDS_FLAGS_ENABLE_SCREEN_CAPTURE_NAME,
IDS_FLAGS_ENABLE_SCREEN_CAPTURE_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/spellchecker/spellcheck_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698