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

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

Issue 1817483002: [Password Manager] Presave the form with generated password till successful login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4b6478c8ec1973871c005461667d5fb6776aac61..a072ee4c73731c862cc6d8189e257798e4e3fd80 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -61004,6 +61004,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="4" label="CPMD_BAD_ORIGIN_FOCUSED_PASSWORD_FORM_FOUND"/>
<int value="5" label="CPMD_BAD_ORIGIN_IN_PAGE_NAVIGATION"/>
<int value="6" label="CPMD_BAD_ORIGIN_PASSWORD_NO_LONGER_GENERATED"/>
+ <int value="7" label="CPMD_BAD_ORIGIN_PRESAVE_GENERATED_PASSWORD"/>
+ <int value="8" label="CPMD_BAD_ORIGIN_UPDATE_PRESAVED_PASSWORD"/>
</enum>
<enum name="BadSyncDataReason" type="int">

Powered by Google App Engine
This is Rietveld 408576698