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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2721663002: Move Credentials when migrating to HSTS page (Closed)
Patch Set: More Explanation Created 3 years, 9 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_metrics_util.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 35bf3ee00b5c96f35104ccaf8a92476c6e6b2fea..9cffb3a77fd12714cdc42532a152983e80ea5dd5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46677,6 +46677,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.HttpPasswordMigrationMode"
+ enum="HttpPasswordMigrationMode">
+ <owner>jdoerrie@chromium.org</owner>
+ <summary>
+ The mode of migration applied to HTTP passwords migrating to HTTPS. Recorded
+ on HTTPS password form load when there are no credentials saved.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.ImportedPasswordsPerUserInCSV">
<owner>xunlu@chromium.org</owner>
<owner>vabr@chromium.org</owner>
@@ -96141,6 +96150,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="7" label="HEADER_HTTP_09_ON_REUSED_SOCKET"/>
</enum>
+<enum name="HttpPasswordMigrationMode" type="int">
+ <int value="0" label="Moved">
+ HTTP credentials were moved during migration to HTTPS
+ </int>
+ <int value="1" label="Copied">
+ HTTP credentials were copied during migration to HTTPS
+ </int>
+</enum>
+
<enum name="HttpPipelineStatus" type="int">
<int value="0" label="Success"/>
<int value="1" label="Redirected"/>
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698