Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 9d63a7d250e092a281b3b4c295bafab38bb3def4..2306cd537f917dae2b221a9ac917e1435f70f0a4 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,11 @@ 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"/> |
| +<!-- value 5 is NOT used anymore --> |
|
Alexei Svitkine (slow)
2013/05/31 22:50:03
Was it used before? If so I think you should add i
MAD
2013/06/01 00:24:01
Done.
|
| + |
| + <int value="6" label="Collapse Session"/> |
| + <int value="7" label="Expand Session"/> |
| + <int value="8" label="Open All"/> |
| </enum> |
| <enum name="NtpPaneType" type="int"> |