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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2076253002: Simplify the text in the external protocol confirmation dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ChromeOS compile Created 4 years, 2 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/external_protocol_dialog.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 6b38741b1c42684cbc4efe6a3a8ca52982f8d5a9..08282110398d7d095b370d2434fbff45b9132988 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4820,6 +4820,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Maximal amount of memory allocated by decoder.</summary>
</histogram>
+<histogram name="BrowserDialogs.ExternalProtocol.RememberCheckbox"
Ilya Sherman 2016/10/05 01:04:18 Hmm, "BrowserDialogs" is more general, but I'm not
dominickn 2016/10/05 04:47:41 To be honest, it would probably just be the "exter
Ilya Sherman 2016/10/05 05:57:45 Okay. I guess I'd be inclined to file it under "N
+ enum="BooleanChecked">
+ <owner>dominickn@chromium.org</owner>
+ <summary>
+ Whether or not the user checked the option in the external protocol dialog
+ to remember their choice of opening or not opening the specified app.
+ Recorded each time the user interacts with the External Protocol Dialog
+ (either accepting or cancelling/dismissing).
+ </summary>
+</histogram>
+
<histogram name="BrowserRenderProcessHost.ChildCrashes" enum="RendererType">
<owner>wfh@chromium.org</owner>
<summary>Count of renderer process crashes grouped by type.</summary>
@@ -72790,6 +72801,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Changed"/>
</enum>
+<enum name="BooleanChecked" type="int">
+ <int value="0" label="Not checked"/>
+ <int value="1" label="Checked"/>
+</enum>
+
<enum name="BooleanCloseTimeout" type="int">
<int value="0" label="Closed normally"/>
<int value="1" label="Timed out"/>
« no previous file with comments | « chrome/browser/ui/views/external_protocol_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698