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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2607413003: Add security feature to ProvisionalSavePassword (Closed)
Patch Set: Addressed next round of comments. Created 3 years, 11 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/password_manager/core/browser/password_manager_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 94ac7b1e3e03dc6258aa53fd429f47c5983a1a15..7ff4b094b109064da8269c960a1488e552cd2892 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44473,6 +44473,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="PasswordManager.ShouldBlockPasswordForSameOriginButDifferentScheme"
+ enum="BooleanBlocked">
+ <owner>jdoerrie@chromium.org</owner>
+ <summary>
+ Records whether a credential submission was blocked due to a previous
+ submission from a URL with the same origin but a different and insecure
+ scheme. More details can be found in the doc associated with
+ http://crbug.com/571580.
Ilya Sherman 2017/01/12 00:52:04 Reading this description, I'm still somewhat confu
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.ShouldShowAutoSignInFirstRunExperience"
enum="BooleanPending">
<owner>vasilii@chromium.org</owner>
« no previous file with comments | « components/password_manager/core/browser/password_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698