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

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: Update based on UI review 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 44130667d1c4a84e701f60e64aec9faa0c07da64..eac6ffa86e919213399a5d1ab6694f692b8c2487 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17081,6 +17081,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ExternalProtocolDialog.RememberCheckbox" enum="BooleanChecked">
Ilya Sherman 2016/10/04 01:34:45 It looks like you're adding a new top-level group
dominickn 2016/10/04 12:37:01 I changed the top level name to BrowserDialogs, si
+ <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.
Ilya Sherman 2016/10/04 01:34:45 Please document at what point this is logged, i.e.
dominickn 2016/10/04 12:37:01 Done.
+ </summary>
+</histogram>
+
<histogram name="FaultTolerantHeap" enum="FaultTolerantHeap">
<owner>brucedawson@chromium.org</owner>
<summary>
@@ -71651,6 +71659,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"/>

Powered by Google App Engine
This is Rietveld 408576698