| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9d63a7d250e092a281b3b4c295bafab38bb3def4..ed26323ca32a7de42d92b5a3c2dbea4df491ef9b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -1882,6 +1882,13 @@ other types of suffix sets.
|
| <summary>Events in Google Now component extension.</summary>
|
| </histogram>
|
|
|
| +<histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
|
| + <summary>
|
| + Histogram for usage of the section in the history page that allows the user
|
| + to access tabs from other devices.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="HttpCache.EntryLockWait" units="milliseconds">
|
| <summary>
|
| The time spent waiting for write lock on a disk cache entry.
|
| @@ -13947,6 +13954,10 @@ other types of suffix sets.
|
| <int value="2" label="Link clicked"/>
|
| <int value="3" label="Link context menu shown"/>
|
| <int value="4" label="Device context menu shown"/>
|
| + <int value="5" label="Unused/previous device context menu shown"/>
|
| + <int value="6" label="Collapse Session"/>
|
| + <int value="7" label="Expand Session"/>
|
| + <int value="8" label="Open All"/>
|
| </enum>
|
|
|
| <enum name="NtpPaneType" type="int">
|
|
|