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

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

Issue 2575823003: 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 543fa7e2cc5986675dd7fe8705bbb80713bfbfd2..62e607dec195e23a4aad48eec9c12d798ac04976 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -105846,9 +105846,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