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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1748773002: Simplify the default browser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new approach without ditching the cancel button Created 4 years, 8 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 cbbbc4c4c7cc6a7821f8fb7e48022fab20963287..6552c91dc2b4f4d5957efb58ad7a704160483657 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -64700,13 +64700,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="DefaultBrowserInfoBarUserInteraction" type="int">
- <int value="0" label="Start set as default">
+ <int value="0" label="Accept">
The user clicked the &quot;Set as default&quot; button.
</int>
- <int value="1" label="Don't ask again">
- The user doesn't want to be reminded again.
+ <int value="1" label="Cancel">
+ The user clicked the &quot;Don't ask again&quot; button.
</int>
- <int value="2" label="Ignore info bar">
+ <int value="2" label="Ignore">
The user did not interact with the info bar.
</int>
</enum>
« chrome/browser/ui/startup/default_browser_prompt.cc ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698