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

Unified Diff: chrome/browser/about_flags.cc

Issue 1432563002: Enable 'Browsing data volume counters on Desktop' by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed histograms.xml. Created 5 years, 1 month 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 | « no previous file | chrome/browser/ui/webui/options/clear_browser_data_handler.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 bc66e4549a255753b83c2596996ec5f42742a91f..46ccfd77d59095d1e395761683837c32ec083881 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2004,7 +2004,8 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_ENABLE_CLEAR_BROWSING_DATA_COUNTERS_NAME,
IDS_FLAGS_ENABLE_CLEAR_BROWSING_DATA_COUNTERS_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(switches::kEnableClearBrowsingDataCounters)
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableClearBrowsingDataCounters,
+ switches::kDisableClearBrowsingDataCounters)
Peter Mayo 2015/11/09 21:46:29 This includes OS_CHROMEOS. It doesn't seem like t
msramek 2015/11/09 22:48:04 Hm, I see the problem in HistoryCounter. It's not
},
#if defined(ENABLE_TASK_MANAGER)
{"disable-new-task-manager",
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/clear_browser_data_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698