Commit 011f1f4c authored by mad@chromium.org's avatar mad@chromium.org

Adding new histograms for other devices on hisgtory page.

BUG=None

Review URL: https://chromiumcodereview.appspot.com/16274004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203980 0039d316-1c4b-4281-b951-d872f2087c98
parent 99dafa75
...@@ -1882,6 +1882,13 @@ other types of suffix sets. ...@@ -1882,6 +1882,13 @@ other types of suffix sets.
<summary>Events in Google Now component extension.</summary> <summary>Events in Google Now component extension.</summary>
</histogram> </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"> <histogram name="HttpCache.EntryLockWait" units="milliseconds">
<summary> <summary>
The time spent waiting for write lock on a disk cache entry. The time spent waiting for write lock on a disk cache entry.
...@@ -13968,6 +13975,10 @@ other types of suffix sets. ...@@ -13968,6 +13975,10 @@ other types of suffix sets.
<int value="2" label="Link clicked"/> <int value="2" label="Link clicked"/>
<int value="3" label="Link context menu shown"/> <int value="3" label="Link context menu shown"/>
<int value="4" label="Device 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>
<enum name="NtpPaneType" type="int"> <enum name="NtpPaneType" type="int">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment