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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionProxyUma.java

Issue 2846953002: Clean up descriptions and add metrics for the Data Saver UI (Closed)
Patch Set: 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/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionProxyUma.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionProxyUma.java b/chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionProxyUma.java
index be135f5ebe845fdbadfa4aff27e037489e472c41..0e9b64c7c9b7ead71ab76e4442f83181196cfefe 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionProxyUma.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionProxyUma.java
@@ -46,7 +46,13 @@ public class DataReductionProxyUma {
public static final int ACTION_MAIN_MENU_ON_TO_OFF = 18;
public static final int ACTION_MAIN_MENU_ON_TO_ON = 19;
public static final int ACTION_STATS_RESET = 20;
- public static final int ACTION_INDEX_BOUNDARY = 21;
+ public static final int ACTION_MAIN_MENU_DISPLAYED_ON = 21;
+ public static final int ACTION_MAIN_MENU_DISPLAYED_OFF = 22;
+ public static final int ACTION_SITE_BREAKDOWN_DISPLAYED = 23;
+ public static final int ACTION_SITE_BREAKDOWN_SORTED_BY_DATA_SAVED = 24;
+ public static final int ACTION_SITE_BREAKDOWN_SORTED_BY_DATA_USED = 25;
+ public static final int ACTION_SITE_BREAKDOWN_EXPANDED = 26;
+ public static final int ACTION_INDEX_BOUNDARY = 27;
// Represent the possible Lo-Fi context menu user actions. This must remain in sync with
// Previews.ContextMenuAction.LoFi in tools/metrics/histograms/histograms.xml.

Powered by Google App Engine
This is Rietveld 408576698