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

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

Issue 19776015: Add UMA stat to track home button and page prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix histograms.xml formatting Created 7 years, 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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 3860 matching lines...) Expand 10 before | Expand all | Expand 10 after
3871 </histogram> 3871 </histogram>
3872 3872
3873 <histogram name="HistoryPage.RemoveEntryPosition"> 3873 <histogram name="HistoryPage.RemoveEntryPosition">
3874 <summary> 3874 <summary>
3875 Number of entries that the deleted entry is older than in History page. Last 3875 Number of entries that the deleted entry is older than in History page. Last
3876 bucket is any entry of that value or higher. Confirmed removal is not 3876 bucket is any entry of that value or higher. Confirmed removal is not
3877 guaranteed, just an initiation of 'Remove selected items'. 3877 guaranteed, just an initiation of 'Remove selected items'.
3878 </summary> 3878 </summary>
3879 </histogram> 3879 </histogram>
3880 3880
3881 <histogram name="HomePage.IsHomeButtonEnabled" enum="BooleanEnabled">
bbudge 2013/07/24 14:19:02 It might be convenient to view all of these histog
3882 <summary>
3883 Whether or not the Home button is enabled in user preferences when a profile
3884 is loaded.
3885 </summary>
3886 </histogram>
3887
3888 <histogram name="HomePage.IsNewTabPage" enum="Boolean">
3889 <summary>
3890 Whether or not the home page user preference is set to the default NTP value
3891 when a profile is loaded.
3892 </summary>
3893 </histogram>
3894
3881 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> 3895 <histogram name="HttpCache.EntryLockWait" units="milliseconds">
3882 <summary> 3896 <summary>
3883 The time spent waiting for write lock on a disk cache entry. 3897 The time spent waiting for write lock on a disk cache entry.
3884 </summary> 3898 </summary>
3885 </histogram> 3899 </histogram>
3886 3900
3887 <histogram name="HttpCache.OfflineStatus" enum="OfflineStatus"> 3901 <histogram name="HttpCache.OfflineStatus" enum="OfflineStatus">
3888 <summary> 3902 <summary>
3889 Result of a main page HttpCacheTransaction if offline mode had been enabled. 3903 Result of a main page HttpCacheTransaction if offline mode had been enabled.
3890 </summary> 3904 </summary>
(...skipping 19525 matching lines...) Expand 10 before | Expand all | Expand 10 after
23416 <group name="Disabled" label="Neither extra webstore link is visible"/> 23430 <group name="Disabled" label="Neither extra webstore link is visible"/>
23417 <group name="FooterLink" label="Link in bottom right of footer"/> 23431 <group name="FooterLink" label="Link in bottom right of footer"/>
23418 <group name="PlusIcon" label="Plus icon in apps page"/> 23432 <group name="PlusIcon" label="Plus icon in apps page"/>
23419 <affected-histogram name="Extensions.AppLaunch"/> 23433 <affected-histogram name="Extensions.AppLaunch"/>
23420 <affected-histogram name="NewTabPage.DefaultPageType"/> 23434 <affected-histogram name="NewTabPage.DefaultPageType"/>
23421 </fieldtrial> 23435 </fieldtrial>
23422 23436
23423 </fieldtrials> 23437 </fieldtrials>
23424 23438
23425 </histogram-configuration> 23439 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698