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 12647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12658 </summary> | 12658 </summary> |
12659 </histogram> | 12659 </histogram> |
12660 | 12660 |
12661 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> | 12661 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> |
12662 <summary> | 12662 <summary> |
12663 The id of the default search engine that is loaded after Chrome startup. See | 12663 The id of the default search engine that is loaded after Chrome startup. See |
12664 src/chrome/browser/search_engines/prepopulate_engines.json for more info. | 12664 src/chrome/browser/search_engines/prepopulate_engines.json for more info. |
12665 </summary> | 12665 </summary> |
12666 </histogram> | 12666 </histogram> |
12667 | 12667 |
| 12668 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean"> |
| 12669 <summary> |
| 12670 Whether or not the home page user preference is set to the default NTP value |
| 12671 when a profile is loaded. |
| 12672 </summary> |
| 12673 </histogram> |
| 12674 |
| 12675 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> |
| 12676 <summary> |
| 12677 Whether or not the Home button is enabled in user preferences when a profile |
| 12678 is loaded. |
| 12679 </summary> |
| 12680 </histogram> |
| 12681 |
12668 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult"> | 12682 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult"> |
12669 <summary> | 12683 <summary> |
12670 Whether or not the CRC was checked at the moment when the last reference to | 12684 Whether or not the CRC was checked at the moment when the last reference to |
12671 a read-only entry stream is closed. | 12685 a read-only entry stream is closed. |
12672 </summary> | 12686 </summary> |
12673 </histogram> | 12687 </histogram> |
12674 | 12688 |
12675 <histogram name="SimpleCache.CreationToIndex" units="milliseconds"> | 12689 <histogram name="SimpleCache.CreationToIndex" units="milliseconds"> |
12676 <summary> | 12690 <summary> |
12677 The time from the creation of the simple cache backend until the index has | 12691 The time from the creation of the simple cache backend until the index has |
(...skipping 10738 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 |