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

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

Issue 20582004: Add histogram for pages to open enum on session restore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bbudge comments Created 7 years, 4 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
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 12803 matching lines...) Expand 10 before | Expand all | Expand 10 after
12814 </summary> 12814 </summary>
12815 </histogram> 12815 </histogram>
12816 12816
12817 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean"> 12817 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean">
12818 <summary> 12818 <summary>
12819 Whether or not the home page user preference is set to the default NTP value 12819 Whether or not the home page user preference is set to the default NTP value
12820 when a profile is loaded. 12820 when a profile is loaded.
12821 </summary> 12821 </summary>
12822 </histogram> 12822 </histogram>
12823 12823
12824 <histogram name="Settings.SessionRestoreOnStartup" enum="StartupPagePref">
12825 <summary>Records startup page settings when a profile is loaded.</summary>
12826 </histogram>
12827
12824 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> 12828 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled">
12825 <summary> 12829 <summary>
12826 Whether or not the Home button is enabled in user preferences when a profile 12830 Whether or not the Home button is enabled in user preferences when a profile
12827 is loaded. 12831 is loaded.
12828 </summary> 12832 </summary>
12829 </histogram> 12833 </histogram>
12830 12834
12831 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult"> 12835 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult">
12832 <summary> 12836 <summary>
12833 Whether or not the CRC was checked at the moment when the last reference to 12837 Whether or not the CRC was checked at the moment when the last reference to
(...skipping 8381 matching lines...) Expand 10 before | Expand all | Expand 10 after
21215 <int value="49316" label="TLS_PSK_WITH_AES_128_CCM"/> 21219 <int value="49316" label="TLS_PSK_WITH_AES_128_CCM"/>
21216 <int value="49317" label="TLS_PSK_WITH_AES_256_CCM"/> 21220 <int value="49317" label="TLS_PSK_WITH_AES_256_CCM"/>
21217 <int value="49318" label="TLS_DHE_PSK_WITH_AES_128_CCM"/> 21221 <int value="49318" label="TLS_DHE_PSK_WITH_AES_128_CCM"/>
21218 <int value="49319" label="TLS_DHE_PSK_WITH_AES_256_CCM"/> 21222 <int value="49319" label="TLS_DHE_PSK_WITH_AES_256_CCM"/>
21219 <int value="49320" label="TLS_PSK_WITH_AES_128_CCM_8"/> 21223 <int value="49320" label="TLS_PSK_WITH_AES_128_CCM_8"/>
21220 <int value="49321" label="TLS_PSK_WITH_AES_256_CCM_8"/> 21224 <int value="49321" label="TLS_PSK_WITH_AES_256_CCM_8"/>
21221 <int value="49322" label="TLS_PSK_DHE_WITH_AES_128_CCM_8"/> 21225 <int value="49322" label="TLS_PSK_DHE_WITH_AES_128_CCM_8"/>
21222 <int value="49323" label="TLS_PSK_DHE_WITH_AES_256_CCM_8"/> 21226 <int value="49323" label="TLS_PSK_DHE_WITH_AES_256_CCM_8"/>
21223 </enum> 21227 </enum>
21224 21228
21229 <enum name="StartupPagePref" type="int">
21230 <int value="0" label="None"/>
21231 <int value="1" label="Open homepage (unused)"/>
21232 <int value="2" label="Open new tab page"/>
21233 <int value="3" label="Continue from last opened pages"/>
21234 <int value="4" label="Open zero URLs"/>
21235 <int value="5" label="Open one URL"/>
21236 <int value="6" label="Open multiple URLs"/>
21237 </enum>
21238
21225 <enum name="SuspendStatus" type="int"> 21239 <enum name="SuspendStatus" type="int">
21226 <int value="0" label="Success"/> 21240 <int value="0" label="Success"/>
21227 <int value="1" label="Failure"/> 21241 <int value="1" label="Failure"/>
21228 <int value="2" label="Cancelled"/> 21242 <int value="2" label="Cancelled"/>
21229 <int value="3" label="Attempted"/> 21243 <int value="3" label="Attempted"/>
21230 </enum> 21244 </enum>
21231 21245
21232 <enum name="TabRestoreUserAction" type="int"> 21246 <enum name="TabRestoreUserAction" type="int">
21233 <int value="0" label="Wait for completion"/> 21247 <int value="0" label="Wait for completion"/>
21234 <int value="1" label="Leave tab (close tab/switch tab/go to tab switcher)"/> 21248 <int value="1" label="Leave tab (close tab/switch tab/go to tab switcher)"/>
(...skipping 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after
23738 <group name="Disabled" label="Neither extra webstore link is visible"/> 23752 <group name="Disabled" label="Neither extra webstore link is visible"/>
23739 <group name="FooterLink" label="Link in bottom right of footer"/> 23753 <group name="FooterLink" label="Link in bottom right of footer"/>
23740 <group name="PlusIcon" label="Plus icon in apps page"/> 23754 <group name="PlusIcon" label="Plus icon in apps page"/>
23741 <affected-histogram name="Extensions.AppLaunch"/> 23755 <affected-histogram name="Extensions.AppLaunch"/>
23742 <affected-histogram name="NewTabPage.DefaultPageType"/> 23756 <affected-histogram name="NewTabPage.DefaultPageType"/>
23743 </fieldtrial> 23757 </fieldtrial>
23744 23758
23745 </fieldtrials> 23759 </fieldtrials>
23746 23760
23747 </histogram-configuration> 23761 </histogram-configuration>
OLDNEW
« chrome/browser/prefs/pref_metrics_service.cc ('K') | « chrome/browser/prefs/pref_metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698