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 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1647 extension_misc::AppLaunchBuckets. See also Apps.AppLaunch for v2 apps. | 1647 extension_misc::AppLaunchBuckets. See also Apps.AppLaunch for v2 apps. |
1648 </summary> | 1648 </summary> |
1649 </histogram> | 1649 </histogram> |
1650 | 1650 |
1651 <histogram name="Extensions.AppTabLaunchType" enum="ExtensionLaunchType"> | 1651 <histogram name="Extensions.AppTabLaunchType" enum="ExtensionLaunchType"> |
1652 <summary> | 1652 <summary> |
1653 The number of apps launched grouped by ExtensionPrefs::LaunchType. | 1653 The number of apps launched grouped by ExtensionPrefs::LaunchType. |
1654 </summary> | 1654 </summary> |
1655 </histogram> | 1655 </histogram> |
1656 | 1656 |
| 1657 <histogram name="Extensions.BackgroundPageType" |
| 1658 units="ExtensionBackgroundPageType"> |
| 1659 <summary> |
| 1660 The type (if any) of background page the extension has. Recorded for |
| 1661 installed extensions on startup. |
| 1662 </summary> |
| 1663 </histogram> |
| 1664 |
1657 <histogram name="Extensions.DisabledUIUserResponse" | 1665 <histogram name="Extensions.DisabledUIUserResponse" |
1658 enum="ExtensionDisabledUIUserResponse"> | 1666 enum="ExtensionDisabledUIUserResponse"> |
1659 <summary> | 1667 <summary> |
1660 User response to the dialog shown when an extension is disabled due to an | 1668 User response to the dialog shown when an extension is disabled due to an |
1661 update requiring more permissions. | 1669 update requiring more permissions. |
1662 </summary> | 1670 </summary> |
1663 </histogram> | 1671 </histogram> |
1664 | 1672 |
1665 <histogram name="Extensions.ExtensionInstalled"> | 1673 <histogram name="Extensions.ExtensionInstalled"> |
1666 <summary>An extension has been installed.</summary> | 1674 <summary>An extension has been installed.</summary> |
(...skipping 9951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11618 <int value="10044" label="WSAESOCKTNOSUPPORT"/> | 11626 <int value="10044" label="WSAESOCKTNOSUPPORT"/> |
11619 <int value="10047" label="WSAEAFNOSUPPORT"/> | 11627 <int value="10047" label="WSAEAFNOSUPPORT"/> |
11620 <int value="10093" label="WSANOTINITIALISED"/> | 11628 <int value="10093" label="WSANOTINITIALISED"/> |
11621 <int value="10109" label="WSA_TYPE_NOT_FOUND"/> | 11629 <int value="10109" label="WSA_TYPE_NOT_FOUND"/> |
11622 <int value="11001" label="WSA_HOST_NOT_FOUND"/> | 11630 <int value="11001" label="WSA_HOST_NOT_FOUND"/> |
11623 <int value="11002" label="WSATRY_AGAIN"/> | 11631 <int value="11002" label="WSATRY_AGAIN"/> |
11624 <int value="11003" label="WSA_ANO_RECOVERY"/> | 11632 <int value="11003" label="WSA_ANO_RECOVERY"/> |
11625 <int value="11004" label="WSANO_DATA"/> | 11633 <int value="11004" label="WSANO_DATA"/> |
11626 </enum> | 11634 </enum> |
11627 | 11635 |
| 11636 <enum name="ExtensionBackgroundPageType" type="int"> |
| 11637 <int value="0" label="None"/> |
| 11638 <int value="1" label="Persistent"/> |
| 11639 <int value="2" label="Event Page"/> |
| 11640 </enum> |
| 11641 |
11628 <enum name="ExtensionDisabledUIUserResponse" type="int"> | 11642 <enum name="ExtensionDisabledUIUserResponse" type="int"> |
11629 <int value="0" label="IGNORED"/> | 11643 <int value="0" label="IGNORED"/> |
11630 <int value="1" label="REENABLE"/> | 11644 <int value="1" label="REENABLE"/> |
11631 <int value="2" label="UNINSTALL"/> | 11645 <int value="2" label="UNINSTALL"/> |
11632 </enum> | 11646 </enum> |
11633 | 11647 |
11634 <enum name="ExtensionFunctions" type="int"> | 11648 <enum name="ExtensionFunctions" type="int"> |
11635 <!-- Generated from ../../../chrome/browser/extensions/extension_function_histog
ram_value.h --> | 11649 <!-- Generated from ../../../chrome/browser/extensions/extension_function_histog
ram_value.h --> |
11636 | 11650 |
11637 <int value="0" label="UNKNOWN"/> | 11651 <int value="0" label="UNKNOWN"/> |
(...skipping 5341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16979 <group name="Disabled" label="Neither extra webstore link is visible"/> | 16993 <group name="Disabled" label="Neither extra webstore link is visible"/> |
16980 <group name="FooterLink" label="Link in bottom right of footer"/> | 16994 <group name="FooterLink" label="Link in bottom right of footer"/> |
16981 <group name="PlusIcon" label="Plus icon in apps page"/> | 16995 <group name="PlusIcon" label="Plus icon in apps page"/> |
16982 <affected-histogram name="Extensions.AppLaunch"/> | 16996 <affected-histogram name="Extensions.AppLaunch"/> |
16983 <affected-histogram name="NewTabPage.DefaultPageType"/> | 16997 <affected-histogram name="NewTabPage.DefaultPageType"/> |
16984 </fieldtrial> | 16998 </fieldtrial> |
16985 | 16999 |
16986 </fieldtrials> | 17000 </fieldtrials> |
16987 | 17001 |
16988 </histogram-configuration> | 17002 </histogram-configuration> |
OLD | NEW |