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

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: Remove now redundant lines. 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 0f2cf42fff30c20b3ce732c7a31f96ab04774816..07eff0644224a68689eac2d949b617cac14a0837 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44532,6 +44532,22 @@ 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>
+ This metric is recorded every time Chrome detects a password form
+ submission. The credential might proposed to be saved, or it might be
Ilya Sherman 2017/01/12 20:35:10 nit: s/proposed/be proposed
jdoerrie 2017/01/13 08:37:45 Done.
+ blocked. It is blocked if the previously detected password form submission
Ilya Sherman 2017/01/12 20:35:10 nit: s/the/a
jdoerrie 2017/01/13 08:37:45 Acknowledged. Choice of language is a bit subtle h
+ was successful, and the current submission is from a URL with the same
+ origin, but a different and insecure scheme. That is, if the previously
+ provisionally saved credential is for https://example.com, a new credential
+ for http://example.com would be blocked. More details can be found in the
+ doc associated with http://crbug.com/571580.
+ </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