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

Unified Diff: chrome/browser/about_flags.cc

Issue 2791563002: Create feature and enable data collection for Data Saver site breakdown (Closed)
Patch Set: sclittle comments Created 3 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
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('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 e84d19b825b7ae19e7261623ae5f4de802ed9913..80a8b021b8cece34527b6d0040b2a7f6a03dd0fa 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1665,6 +1665,12 @@ const FeatureEntry kFeatureEntries[] = {
data_reduction_proxy::features::kDataReductionMainMenu,
kDataReductionMainMenuFeatureVariations,
"DataReductionProxyMainMenu")},
+ {"enable-data-reduction-proxy-site-breakdown",
+ flag_descriptions::kEnableDataReductionProxySiteBreakdownName,
+ flag_descriptions::kEnableDataReductionProxySiteBreakdownDescription,
+ kOsAndroid,
+ FEATURE_VALUE_TYPE(
+ data_reduction_proxy::features::kDataReductionSiteBreakdown)},
#endif // OS_ANDROID
{"allow-insecure-localhost", flag_descriptions::kAllowInsecureLocalhost,
flag_descriptions::kAllowInsecureLocalhostDescription, kOsAll,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698