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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 16650002: Add UMA tracking to "Recently Closed" submenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Histogram recent tabs submenu usage. 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 | « chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc ('k') | 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 10325 matching lines...) Expand 10 before | Expand all | Expand 10 after
10336 </summary> 10336 </summary>
10337 </histogram> 10337 </histogram>
10338 10338
10339 <histogram name="WinTimeTicks.VersionTotal" enum="WindowsVersion"> 10339 <histogram name="WinTimeTicks.VersionTotal" enum="WindowsVersion">
10340 <summary> 10340 <summary>
10341 The number of times the TimeTicks field trial ran for comparison with 10341 The number of times the TimeTicks field trial ran for comparison with
10342 WinTimeTicks.VersionSuccess. Broken down by Windows version. 10342 WinTimeTicks.VersionSuccess. Broken down by Windows version.
10343 </summary> 10343 </summary>
10344 </histogram> 10344 </histogram>
10345 10345
10346 <histogram name="WrenchMenu.RecentTabsSubMenu" enum="RecentTabsAction">
10347 <summary>
10348 The number of times each tab or window restore option in the Recent Tabs
10349 submenu is clicked.
10350 </summary>
10351 </histogram>
10352
10346 <histogram name="ZeroSuggest.AllResults"> 10353 <histogram name="ZeroSuggest.AllResults">
10347 <summary> 10354 <summary>
10348 The number of results (either query or URL) from ZeroSuggest. This is set 10355 The number of results (either query or URL) from ZeroSuggest. This is set
10349 every time a successful response from ZeroSuggest is recieved, which can be 10356 every time a successful response from ZeroSuggest is recieved, which can be
10350 every time the user focuses on the omnibox. 10357 every time the user focuses on the omnibox.
10351 </summary> 10358 </summary>
10352 </histogram> 10359 </histogram>
10353 10360
10354 <histogram name="ZeroSuggest.QueryResults"> 10361 <histogram name="ZeroSuggest.QueryResults">
10355 <summary> 10362 <summary>
(...skipping 4333 matching lines...) Expand 10 before | Expand all | Expand 10 after
14689 <int value="22" label="DOMAIN_NUM_EVENTS"/> 14696 <int value="22" label="DOMAIN_NUM_EVENTS"/>
14690 </enum> 14697 </enum>
14691 14698
14692 <enum name="QuicHandshakeState" type="int"> 14699 <enum name="QuicHandshakeState" type="int">
14693 <int value="0" label="STARTED"/> 14700 <int value="0" label="STARTED"/>
14694 <int value="1" label="ENCRYPTION_ESTABLISHED"/> 14701 <int value="1" label="ENCRYPTION_ESTABLISHED"/>
14695 <int value="2" label="HANDSHAKE_CONFIRMED"/> 14702 <int value="2" label="HANDSHAKE_CONFIRMED"/>
14696 <int value="3" label="FAILED"/> 14703 <int value="3" label="FAILED"/>
14697 </enum> 14704 </enum>
14698 14705
14706 <enum name="RecentTabsAction" type="int">
14707 <int value="0" label="Local Session Tab"/>
14708 <int value="1" label="Other Device Tab"/>
14709 <int value="2" label="Restore Window"/>
14710 <int value="3" label="Show More"/>
14711 </enum>
14712
14699 <enum name="ResolutionCategory" type="int"> 14713 <enum name="ResolutionCategory" type="int">
14700 <int value="0" label="RESOLVE_SUCCESS"/> 14714 <int value="0" label="RESOLVE_SUCCESS"/>
14701 <int value="1" label="RESOLVE_FAIL"/> 14715 <int value="1" label="RESOLVE_FAIL"/>
14702 <int value="2" label="RESOLVE_SPECULATIVE_SUCCESS"/> 14716 <int value="2" label="RESOLVE_SPECULATIVE_SUCCESS"/>
14703 <int value="3" label="RESOLVE_SPECULATIVE_FAIL"/> 14717 <int value="3" label="RESOLVE_SPECULATIVE_FAIL"/>
14704 </enum> 14718 </enum>
14705 14719
14706 <enum name="ResolutionUnspecWasteCategory" type="int"> 14720 <enum name="ResolutionUnspecWasteCategory" type="int">
14707 <int value="0" label="AF_WASTE_IPV4_ONLY"> 14721 <int value="0" label="AF_WASTE_IPV4_ONLY">
14708 Running in a IPv4-only configuration. No waste. 14722 Running in a IPv4-only configuration. No waste.
(...skipping 2469 matching lines...) Expand 10 before | Expand all | Expand 10 after
17178 <group name="Disabled" label="Neither extra webstore link is visible"/> 17192 <group name="Disabled" label="Neither extra webstore link is visible"/>
17179 <group name="FooterLink" label="Link in bottom right of footer"/> 17193 <group name="FooterLink" label="Link in bottom right of footer"/>
17180 <group name="PlusIcon" label="Plus icon in apps page"/> 17194 <group name="PlusIcon" label="Plus icon in apps page"/>
17181 <affected-histogram name="Extensions.AppLaunch"/> 17195 <affected-histogram name="Extensions.AppLaunch"/>
17182 <affected-histogram name="NewTabPage.DefaultPageType"/> 17196 <affected-histogram name="NewTabPage.DefaultPageType"/>
17183 </fieldtrial> 17197 </fieldtrial>
17184 17198
17185 </fieldtrials> 17199 </fieldtrials>
17186 17200
17187 </histogram-configuration> 17201 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698