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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1339613004: Add Data Reduction Proxy card to Clank FRE in EM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 years, 2 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:
Download patch
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 40933346ce2a5750f3c7949168628fb26d1f0c79..407d048912f2ff37f4b8d0f209bb0a4e0f18b63e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5910,8 +5910,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>bengr@chromium.org</owner>
<owner>megjablon@chromium.org</owner>
<summary>
- Samples of user interactions with the promo and settings menu. All samples
- are mutually exclusive. These samples include:
+ Samples of user interactions with the Data Reduction Proxy promo, First Run
+ Experience, and settings menu. All samples are mutually exclusive. These
+ samples include:
The user interactions with the promo. On Android, there are three actions
that dismiss the promo (enable, dismiss, and learn more) and on iOS there is
@@ -5924,6 +5925,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
reducing data usage setting menu and leaving the menu will be sampled
regardless of how many times he or she toggles the ON/OFF switch. Other
samples that report ON/OFF settings menu changes are not also reported here.
+
+ The user interactions with the First Run Experience. On Android when the
+ user sees the FRE card, the Data Reduction Proxy defaults to ON. The user
+ can disable the proxy via a switch on the card. The state of the proxy is
+ sampled when the First Run Experience is completed and only reported if the
+ Data Reduction Proxy card was shown.
</summary>
</histogram>
@@ -55976,6 +55983,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Arrived at settings menu by another path: entered on, exited off"/>
<int value="8"
label="Arrived at settings menu by another path: entered on, exited on"/>
+ <int value="9" label="Enabled directly from the First Run Experience"/>
+ <int value="10" label="Diabled directly from the First Run Experience"/>
</enum>
<enum name="DataUseServices" type="int">
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698