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

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

Issue 398073003: Correct when bubble_shown should be recorded (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 d28b4789dda423a00099da197fc678e389ebb08e..415037d8794ecd006288d5cc89e194930aed59de 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45947,6 +45947,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="4" label="User chose to opt in to UMA"/>
<int value="5" label="User clicked on the help button"/>
<int value="6" label="User ignored or closed the bubble"/>
+ <int value="7" label="The bar with UMA opt-in option was shown."/>
</enum>
<enum name="SessionStartupPref" type="int">
« 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