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 13077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13088 </histogram> | 13088 </histogram> |
13089 | 13089 |
13090 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> | 13090 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> |
13091 <summary> | 13091 <summary> |
13092 The id of the default search engine that is loaded after Chrome startup. See | 13092 The id of the default search engine that is loaded after Chrome startup. See |
13093 src/chrome/browser/search_engines/prepopulate_engines.json for more info. | 13093 src/chrome/browser/search_engines/prepopulate_engines.json for more info. |
13094 </summary> | 13094 </summary> |
13095 </histogram> | 13095 </histogram> |
13096 | 13096 |
13097 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean"> | 13097 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean"> |
13098 <obsolete> | |
13099 Deprecated 08/05/2013. Replaced by Settings.InUseHomePageIsNewTabPage. | |
13100 </obsolete> | |
13098 <summary> | 13101 <summary> |
13099 Whether or not the home page user preference is set to the default NTP value | 13102 Whether or not the home page user preference is set to the default NTP value |
13100 when a profile is loaded. | 13103 when a profile is loaded. |
13101 </summary> | 13104 </summary> |
13102 </histogram> | 13105 </histogram> |
13103 | 13106 |
13107 <histogram name="Settings.InUseHomePageIsNewTabPage" enum="Boolean"> | |
13108 <summary> | |
13109 Whether or not the home page user preference is set to the default NTP value | |
13110 when a profile is loaded. This is only logged if the Home button is enabled. | |
Mark P
2013/08/05 21:25:49
^Home button is enabled^home button is shown
Ken Rockot(use gerrit already)
2013/08/05 21:48:31
Done.
| |
13111 </summary> | |
13112 </histogram> | |
13113 | |
13104 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> | 13114 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> |
13105 <summary> | 13115 <summary> |
13106 Whether or not the Home button is enabled in user preferences when a profile | 13116 Whether or not the Home button is enabled in user preferences when a profile |
13107 is loaded. | 13117 is loaded. |
13108 </summary> | 13118 </summary> |
13109 </histogram> | 13119 </histogram> |
13110 | 13120 |
13111 <histogram name="Settings.StartupPageLoadSettings" enum="SessionStartupPref"> | 13121 <histogram name="Settings.StartupPageLoadSettings" enum="SessionStartupPref"> |
13112 <summary>The startup page settings when a profile is loaded.</summary> | 13122 <summary>The startup page settings when a profile is loaded.</summary> |
13113 </histogram> | 13123 </histogram> |
(...skipping 11225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
24339 <group name="Disabled" label="Neither extra webstore link is visible"/> | 24349 <group name="Disabled" label="Neither extra webstore link is visible"/> |
24340 <group name="FooterLink" label="Link in bottom right of footer"/> | 24350 <group name="FooterLink" label="Link in bottom right of footer"/> |
24341 <group name="PlusIcon" label="Plus icon in apps page"/> | 24351 <group name="PlusIcon" label="Plus icon in apps page"/> |
24342 <affected-histogram name="Extensions.AppLaunch"/> | 24352 <affected-histogram name="Extensions.AppLaunch"/> |
24343 <affected-histogram name="NewTabPage.DefaultPageType"/> | 24353 <affected-histogram name="NewTabPage.DefaultPageType"/> |
24344 </fieldtrial> | 24354 </fieldtrial> |
24345 | 24355 |
24346 </fieldtrials> | 24356 </fieldtrials> |
24347 | 24357 |
24348 </histogram-configuration> | 24358 </histogram-configuration> |
OLD | NEW |