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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1400903002: Data reduction proxy enabled/disabled UMA for all platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed tbansal1 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 | « components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc ('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 cf6d33a699a0a7e4cf3bbd1b8bf2b6fd1f63b01e..7b4fb32becf1c427ab6e37af10a2de3de0b2df82 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5790,6 +5790,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.EnabledState"
+ enum="DataReductionProxyEnabledState">
+ <owner>bengr@chromium.org</owner>
+ <owner>rajendrant@chromium.org</owner>
+ <summary>
+ Samples of user interactions with the Data Saver settings menu across all
+ platforms (android, IOS, desktop extension). Data is collected whenever user
+ toggles the ON/OFF switch in the settings menu for reducing data usage.
+
+ For desktop, Off-to-On/On-to-Off histogram count will increment when the
+ data saver extension is installed/uninstalled respectively as well.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.HeaderTamperDetectionHTTP">
<owner>xingx@chromium.org</owner>
<owner>bolian@chromium.org</owner>
@@ -54896,6 +54910,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="10" label="Bypass due to any network error"/>
</enum>
+<enum name="DataReductionProxyEnabledState" type="int">
+ <int value="0" label="Off-to-On"/>
+ <int value="1" label="On-to-Off"/>
+</enum>
+
<enum name="DataReductionProxyLoFiImplicitOptOutAction" type="int">
<int value="0" label="Lo-Fi disabled for the remainder of the session"/>
<int value="1" label="Lo-Fi disabled until next opt out epoch"/>
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698