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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 399573002: [Password Generation] Trigger confirmation bubble when a password is saved (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win Again Created 6 years, 5 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/common/password_manager_ui.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 1e0fb7df9adf37ffc9740dda9d40ab2806369761..39c9255fa026d3461a2e1589d53a34317af9a503 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43560,6 +43560,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Opened manually / Offering a password to save"/>
<int value="2" label="Opened manually / Managing saved passwords"/>
<int value="3" label="Opened manually / Site is blacklisted"/>
+ <int value="4"
+ label="Opened automatically / Confirming generated password saved"/>
</enum>
<enum name="PasswordGenerationEvent" type="int">
@@ -44025,6 +44027,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="4" label="Clicked 'Manage passwords'"/>
<int value="5" label="Clicked 'Done'"/>
<int value="6" label="Clicked 'Enable password manager'"/>
+ <int value="7" label="Clicked 'OK'"/>
</enum>
<enum name="PeerConnectionCounters" type="int">
« no previous file with comments | « components/password_manager/core/common/password_manager_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698