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

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

Issue 1148793008: Check for embedded PAC scripts when migrating proxy pref for DRP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0b7b43c457b1fd23422dc1e0c195541df8fd8714..a0153dec6740a7de736781f992f3d4f77ebede21 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51150,6 +51150,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="Proxy pref containing a DRP was cleared"/>
<int value="4"
label="Proxy pref containing a *.googlezip.net proxy was cleared"/>
+ <int value="5"
+ label="Proxy pref with an embedded PAC script containing a
+ *.googlezip.net proxy was cleared"/>
</enum>
<enum name="DataReductionProxyResponseProxyServerStatus" type="int">

Powered by Google App Engine
This is Rietveld 408576698