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

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

Issue 341823005: Collects stats on how user interacts with the bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 6 years, 6 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 8ff2149da299371b8e7d69b6f9ac6c98c35cbb70..1940ead66f519103a89a3df34c61462846014053 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26476,6 +26476,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SessionCrashed.Bubble" enum="SessionCrashedBubbleUserAction">
+ <owner>yiyaoliu@chromium.org</owner>
+ <summary>How did the user interact with the SessionCrashed Bubble?</summary>
+</histogram>
+
<histogram name="Settings.DefaultSearchProvider" enum="OmniboxSearchEngine">
<obsolete>
Deprecated in Chrome 30. Use Search.DefaultSearchProviderType instead.
@@ -45156,6 +45161,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="2" label="Write data error"/>
</enum>
+<enum name="SessionCrashedBubbleUserAction" type="int">
+ <int value="0" label="The bubble was shown"/>
+ <int value="1" label="There is error when showing the bubble."/>
+ <int value="2" label="The Restore button was clicked"/>
+ <int value="3" label="User was already optin to UMA"/>
+ <int value="4" label="User chose to optin to UMA"/>
+ <int value="5" label="User clicked on the help button"/>
+ <int value="6" label="User ignored or closed the bubble"/>
+</enum>
+
<enum name="SessionStartupPref" type="int">
<int value="0" label="Open home page (unused)"/>
<int value="1" label="Continue from last opened pages"/>

Powered by Google App Engine
This is Rietveld 408576698