| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6fe82bd6c7c3bf1936c23c1ac3db31687f8cf3b5..4497e134ef642e4954962f155f9bd57e1cd76c13 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -18449,6 +18449,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="History.HistoryPageView" enum="HistoryPageView">
|
| + <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.HistoryServiceInitTime" units="ms">
|
| <owner>rkaplow@chromium.org</owner>
|
| <summary>
|
| @@ -81419,6 +81427,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </int>
|
| </enum>
|
|
|
| +<enum name="HistoryPageView" 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="HistoryTopSitesRecoveryEnum" type="int">
|
| <summary>Error states noted in top_sites_database.cc recovery code.</summary>
|
| <int value="0" label="RECOVERY_EVENT_RECOVERED">Successful recovery.</int>
|
|
|