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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2520923003: Record time to navigation/tab-closed after HTTP-bad warning (Closed)
Patch Set: Created 4 years, 1 month 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 | « chrome/browser/ssl/security_state_tab_helper_unittest.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 959a5e988f5ffdb951f0d5b4c602978fc5636870..fcc743439072876053359434e3097e723942a5f4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57051,6 +57051,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Security.HTTPBad.NavigationStartedAfterUserWarnedAboutSensitiveInput"
+ units="ms">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Records the time from when a page was put into a warning state because of a
+ sensitive input on an HTTP page until a navigation starts. Recorded at most
+ once per main-frame navigation. The Finch trial 'mark-non-secure-as'
+ controls whether the user sees an omnibox warning for this state, or just a
+ console warning.
+ </summary>
+</histogram>
+
<histogram name="Security.HTTPBad.UserWarnedAboutSensitiveInput"
enum="BooleanShown">
<obsolete>
@@ -57089,6 +57102,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Security.HTTPBad.WebContentsDestroyedAfterUserWarnedAboutSensitiveInput"
+ units="ms">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Records the time delta between when a page was put into a warning state
+ because of a sensitive input on an HTTP page and when the WebContents was
+ destroyed. Recorded at most once per main-frame navigation, and it is not
+ recorded if the user starts a navigation before the WebContents is
+ destroyed. The Finch trial 'mark-non-secure-as' controls whether the user
+ sees an omnibox warning for this state, or just a console warning.
+ </summary>
+</histogram>
+
<histogram name="Security.PageInfo.Action.HttpsUrl.Dangerous"
enum="WebsiteSettingsAction">
<owner>estark@chromium.org</owner>
« no previous file with comments | « chrome/browser/ssl/security_state_tab_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698