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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2350273002: Add SSLStatus flags to feed HTTP_WARNING security level (Closed)
Patch Set: fix comment typos Created 4 years, 3 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 1727ca2af1de172d509f753c4c577ae0f75a421b..c45e1acffd57818e2c76601d834db8a4cd1fed68 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -87824,6 +87824,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="0" label="Neutral"/>
<int value="1" label="Dubious (deprecated August 2015)"/>
<int value="2" label="Non-Secure"/>
+ <int value="3" label="Non-Secure with a verbose warning"/>
</enum>
<enum name="MediaCommand" type="int">

Powered by Google App Engine
This is Rietveld 408576698