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

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

Issue 2582723003: Fixing histogram logging to better track variations headers https change. (Closed)
Patch Set: Created 4 years 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/variations/net/variations_http_headers.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 d1ca231d4d7bcdb0c015cca943e8b23cc0694785..0045a79a41fbd4c372d6b57d2aa77e13ea0dfabb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -104229,9 +104229,11 @@ value.
<enum name="VariationsHeadersURLValidationResult" type="int">
<int value="0" label="Rejected: Invalid URL."/>
- <int value="1" label="Rejected: Not https."/>
+ <int value="1" label="Rejected: Not https. (Deprecated)"/>
<int value="2" label="Rejected: Not Google domain."/>
<int value="3" label="Should append headers."/>
+ <int value="4" label="Rejected: Neither http, nor https."/>
+ <int value="5" label="Rejected: Is a Google domain, but not https."/>
</enum>
<enum name="VariationsPermanentConsistencyCountryResult" type="int">
« no previous file with comments | « components/variations/net/variations_http_headers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698