diff options
author | gcasto <gcasto@chromium.org> | 2014-10-15 12:20:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-15 19:20:49 +0000 |
commit | cec66775f18b88939595ec51f30d24e8e7996a20 (patch) | |
tree | 14f1caa6b2235265a256b91454dcc36c7ed7c592 /tools | |
parent | 1aa0fa75b65f403e08ae0f3f2fcb053c02cd9ef2 (diff) | |
download | chromium_src-cec66775f18b88939595ec51f30d24e8e7996a20.zip chromium_src-cec66775f18b88939595ec51f30d24e8e7996a20.tar.gz chromium_src-cec66775f18b88939595ec51f30d24e8e7996a20.tar.bz2 |
[Password Generation] Update UMA stats for popups per page not per event.
BUG=421707
Review URL: https://codereview.chromium.org/643493003
Cr-Commit-Position: refs/heads/master@{#299738}
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 1ff505b..56758ec 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"> |