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

Side by Side 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: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 <summary> 1875 <summary>
1876 Number of total files (regualr files + hosted documents) on Drive. Logged 1876 Number of total files (regualr files + hosted documents) on Drive. Logged
1877 when Drive is first accessed. 1877 when Drive is first accessed.
1878 </summary> 1878 </summary>
1879 </histogram> 1879 </histogram>
1880 1880
1881 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> 1881 <histogram name="GoogleNow.Event" enum="GoogleNowEvent">
1882 <summary>Events in Google Now component extension.</summary> 1882 <summary>Events in Google Now component extension.</summary>
1883 </histogram> 1883 </histogram>
1884 1884
1885 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
1886 <summary>
1887 Histogram for usage of the section in the history page that allows the user
1888 to access tabs from other devices.
1889 </summary>
1890 </histogram>
1891
1885 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> 1892 <histogram name="HttpCache.EntryLockWait" units="milliseconds">
1886 <summary> 1893 <summary>
1887 The time spent waiting for write lock on a disk cache entry. 1894 The time spent waiting for write lock on a disk cache entry.
1888 </summary> 1895 </summary>
1889 </histogram> 1896 </histogram>
1890 1897
1891 <histogram name="HttpCache.OfflineStatus" enum="OfflineStatus"> 1898 <histogram name="HttpCache.OfflineStatus" enum="OfflineStatus">
1892 <summary> 1899 <summary>
1893 Result of a main page HttpCacheTransaction if offline mode had been enabled. 1900 Result of a main page HttpCacheTransaction if offline mode had been enabled.
1894 </summary> 1901 </summary>
(...skipping 12045 matching lines...) Expand 10 before | Expand all | Expand 10 after
13940 <int value="12" label="Clicked to other NTP pane."/> 13947 <int value="12" label="Clicked to other NTP pane."/>
13941 <int value="13" label="Other action"/> 13948 <int value="13" label="Other action"/>
13942 </enum> 13949 </enum>
13943 13950
13944 <enum name="NtpOtherSessionsType" type="int"> 13951 <enum name="NtpOtherSessionsType" type="int">
13945 <int value="0" label="Menu initialized"/> 13952 <int value="0" label="Menu initialized"/>
13946 <int value="1" label="Menu shown"/> 13953 <int value="1" label="Menu shown"/>
13947 <int value="2" label="Link clicked"/> 13954 <int value="2" label="Link clicked"/>
13948 <int value="3" label="Link context menu shown"/> 13955 <int value="3" label="Link context menu shown"/>
13949 <int value="4" label="Device context menu shown"/> 13956 <int value="4" label="Device context menu shown"/>
13957 <!-- 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.
13958
13959 <int value="6" label="Collapse Session"/>
13960 <int value="7" label="Expand Session"/>
13961 <int value="8" label="Open All"/>
13950 </enum> 13962 </enum>
13951 13963
13952 <enum name="NtpPaneType" type="int"> 13964 <enum name="NtpPaneType" type="int">
13953 <int value="1" label="MostVisited"/> 13965 <int value="1" label="MostVisited"/>
13954 <int value="2" label="Apps"/> 13966 <int value="2" label="Apps"/>
13955 <int value="3" label="Bookmarks"/> 13967 <int value="3" label="Bookmarks"/>
13956 <int value="4" label="Suggestions"/> 13968 <int value="4" label="Suggestions"/>
13957 </enum> 13969 </enum>
13958 13970
13959 <enum name="NtpPromoAction" type="int"> 13971 <enum name="NtpPromoAction" type="int">
(...skipping 2972 matching lines...) Expand 10 before | Expand all | Expand 10 after
16932 <group name="Disabled" label="Neither extra webstore link is visible"/> 16944 <group name="Disabled" label="Neither extra webstore link is visible"/>
16933 <group name="FooterLink" label="Link in bottom right of footer"/> 16945 <group name="FooterLink" label="Link in bottom right of footer"/>
16934 <group name="PlusIcon" label="Plus icon in apps page"/> 16946 <group name="PlusIcon" label="Plus icon in apps page"/>
16935 <affected-histogram name="Extensions.AppLaunch"/> 16947 <affected-histogram name="Extensions.AppLaunch"/>
16936 <affected-histogram name="NewTabPage.DefaultPageType"/> 16948 <affected-histogram name="NewTabPage.DefaultPageType"/>
16937 </fieldtrial> 16949 </fieldtrial>
16938 16950
16939 </fieldtrials> 16951 </fieldtrials>
16940 16952
16941 </histogram-configuration> 16953 </histogram-configuration>
OLDNEW
« 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