Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 8ec2acf2c0533e3cf628acbc34be7e8d7ea2ddb5..18634ec1d1bc1dad9e3dff911224a9ac860def95 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -18387,6 +18387,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="History.HistoryView" enum="HistoryView"> |
|
Ilya Sherman
2016/08/19 23:13:40
Optional nit: I think History.HistoryPageView or H
calamity
2016/08/23 03:31:50
Done.
|
| + <owner>calamity@chromium.org</owner> |
| + <summary> |
| + The page of the MD History page shown to the user. Logged each time the user |
| + loads the MD History page or switches pages. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="History.InMemoryDBItemCount"> |
| <owner>gab@chromium.org</owner> |
| <summary> |
| @@ -81295,6 +81303,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </int> |
| </enum> |
| +<enum name="HistoryView" type="int"> |
| + <int value="0" label="History"/> |
| + <int value="1" label="Grouped Week"/> |
| + <int value="2" label="Grouped Month"/> |
| + <int value="3" label="Synced Tabs"/> |
| + <int value="4" label="Signin Promo"/> |
| +</enum> |
| + |
| <enum name="HotwordAvailability" type="int"> |
| <int value="0" label="Unavailable -- reason may be unknown"/> |
| <int value="1" label="Available"/> |