Chromium Code Reviews| 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"/> |