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

Unified Diff: chrome/browser/flag_descriptions.h

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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 78782b247aaad18eb5e803823456fb62e79e3fca..0a8e92e084a0677aa9e0ffaef6e17229a9965f16 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1294,6 +1294,14 @@ extern const char kEnableDataReductionProxyMainMenuName[];
// main menu rather than under settings on Android
extern const char kEnableDataReductionProxyMainMenuDescription[];
+// An about:flags experiment title to enable the site breakdown on the Data
+// Saver settings page.
+extern const char kEnableDataReductionProxySiteBreakdownName[];
+
+// Describes an about:flags experiment to enable the site breakdown on the Data
+// Saver settings page.
+extern const char kEnableDataReductionProxySiteBreakdownDescription[];
+
#endif // defined(OS_ANDROID)
// Name of about:flags option for LCD text.
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698