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

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

Issue 643493003: [Password Generation] Update UMA stats for popups per page not per event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test Created 6 years, 2 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/autofill/core/common/password_generation_util.h ('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 dd89b52f6e84b34323b6c4b3884c4ed45bea44c8..e89b6dc2c334ae230075a0886247c07906a56fe2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48693,11 +48693,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="DEPRECATED: Icon shown"/>
<int value="3" label="DEPRECATED: Bubble shown"/>
<int value="4" label="Generation available"/>
- <int value="5" label="Generation popup shown"/>
+ <int value="5" label="DEPRECATED: Generation popup shown"/>
<int value="6" label="Generated password accepted"/>
- <int value="7" label="Editing popup shown"/>
+ <int value="7" label="DEPRECATED: Editing popup shown"/>
<int value="8" label="Generated password edited"/>
<int value="9" label="Generated password deleted"/>
+ <int value="10" label="Generated popup shown (limit once per page)"/>
+ <int value="11" label="Editing popup shown (limit once per page)"/>
</enum>
<enum name="PasswordGenerationSubmissionEvent" type="int">
« no previous file with comments | « components/autofill/core/common/password_generation_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698