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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2907153006: Add new mark-non-secure-as options to chrome://flags (Closed)
Patch Set: Change 'while' to 'after' Created 3 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
« no previous file with comments | « components/security_state/core/switches.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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 29d30f09ddfe974b8770214e0890f69a1a5db461..228d01f20e19678ea1240549dd55751b323ec430 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -23691,9 +23691,16 @@ from previous Chrome versions.
<int value="0" label="Neutral (deprecated February 2017)"/>
<int value="1" label="Non-Secure"/>
<int value="2" label="Neutral with a verbose warning on sensitive fields"/>
+ <int value="3" label="Neutral with a verbose warning after editing a form"/>
+ <int value="4" label="Neutral with a verbose warning in Incognito mode"/>
+ <int value="5" label="Neutral with a verbose warning after editing a form or
+ in Incognito mode"/>
</enum>
<enum name="MarkNonSecureAsStatus" type="int">
+ <obsolete>
+ Deprecated 09/2016 and replaced with MarkHttpAsStatus.
+ </obsolete>
<int value="0" label="Neutral"/>
<int value="1" label="Dubious (deprecated August 2015)"/>
<int value="2" label="Non-Secure"/>
« no previous file with comments | « components/security_state/core/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698