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

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

Issue 2139753002: Now correctly tracks the case where the default browser prompt is ignored. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/startup/default_browser_infobar_delegate.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 5bf57fbd9b72fc2c253a743764ebe58237985658..ac8fa97c3c9328b09397cd86e56544708af1eedc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70380,6 +70380,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="Ignore">
The user did not interact with the info bar.
</int>
+ <int value="3" label="Dismiss">The user explicitly closed the infobar.</int>
msw 2016/07/11 22:22:35 nit: keep line breaking consistent with other valu
Patrick Monette 2016/07/12 18:04:33 I would prefer that too but that's what the format
</enum>
<enum name="DefaultBrowserState" type="int">
« no previous file with comments | « chrome/browser/ui/startup/default_browser_infobar_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698