OLD | NEW |
---|---|
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 Loading... | |
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"> | |
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 | |
Mark P
2013/07/23 22:05:36
please fix the spacing
| |
3891 value 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 Loading... | |
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> |
OLD | NEW |