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

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

Issue 1141023002: Record UMA about the response's proxy_server in the DRP bypass logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on master again Created 5 years, 7 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_test_utils.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 a679a18cd7afaa6c97a8a95283c6a176e5a7053a..a69c2ff46ee71b9067ee4ea271968bb90689d679 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4470,6 +4470,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DataReductionProxy.ResponseProxyServerStatus"
+ enum="DataReductionProxyResponseProxyServerStatus">
+ <owner>sclittle@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Reports the state of the proxy server field in the response seen by the Data
+ Reduction Proxy bypass logic.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.SettingsConversion"
enum="DataReductionProxySettingsConversion">
<obsolete>
@@ -49381,6 +49391,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="Enabled from second screen"/>
</enum>
+<enum name="DataReductionProxyResponseProxyServerStatus" type="int">
+ <int value="0" label="Empty proxy server"/>
+ <int value="1" label="DRP proxy server"/>
+ <int value="2" label="Non-DRP proxy server without DRP via header"/>
+ <int value="3" label="Non-DRP proxy server with DRP via header"/>
+</enum>
+
<enum name="DataReductionProxySettingsConversion" type="int">
<int value="0" label="OFF to OFF"/>
<int value="1" label="OFF to ON"/>
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698