Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 16274004: Adding new histograms for other devices on hisgtory page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: replaced comment with unused name. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698