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

Unified Diff: chrome/browser/flag_descriptions.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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 26708054ff4f71c3aeab32d03aa312b39294a535..f21a8e39f85d50e45ff56d411887d3deeefb8d57 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1176,6 +1176,12 @@ const char kEnableDataReductionProxyMainMenuDescription[] =
"Enables the Data Saver menu item in the main menu rather than under "
"Settings.";
+const char kEnableDataReductionProxySiteBreakdownName[] =
+ "Data Saver Site Breakdown";
+
+const char kEnableDataReductionProxySiteBreakdownDescription[] =
+ "Enable the site breakdown on the Data Saver settings page.";
+
#endif // defined(OS_ANDROID)
const char kLcdTextName[] = "LCD text antialiasing";

Powered by Google App Engine
This is Rietveld 408576698