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

Unified Diff: chrome/browser/about_flags.cc

Issue 14344002: Sync: Turn on full history sync by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fca26dea8ddf7f6427ddc895ec1835a79dacb051..fca0e5711d8e42d8335463fa30956558e5c0404f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1245,7 +1245,8 @@ const Experiment kExperiments[] = {
IDS_FLAGS_FULL_HISTORY_SYNC_NAME,
IDS_FLAGS_FULL_HISTORY_SYNC_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(switches::kHistoryEnableFullHistorySync)
+ ENABLE_DISABLE_VALUE_TYPE(switches::kHistoryEnableFullHistorySync,
+ switches::kHistoryDisableFullHistorySync)
},
{
"enable-usermedia-screen-capture",

Powered by Google App Engine
This is Rietveld 408576698