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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 341823005: Collects stats on how user interacts with the bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments 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 | « chrome/browser/ui/views/session_crashed_bubble_view.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 eeaab506a61b8261dbfb6b575afd0e25d98a25c8..09d905ce48b426784b5fa3cc46d51a6d932f1c3d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26840,6 +26840,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.
@@ -45756,6 +45761,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."/>
Ilya Sherman 2014/07/10 23:16:45 nit: "is error" -> "was an error" to match the ten
+ <int value="2" label="The Restore button was clicked"/>
+ <int value="3" label="User was already optin to UMA"/>
Ilya Sherman 2014/07/10 23:16:45 nit: "optin" -> "opted in"
+ <int value="4" label="User chose to optin to UMA"/>
Ilya Sherman 2014/07/10 23:16:45 nit: "optin" -> "opt in".
+ <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"/>
« no previous file with comments | « chrome/browser/ui/views/session_crashed_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698