| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 131479adb34a0f0c03b53b3f35648e5e3ef08ecb..4ca8454570126562e6355d50ab84b37cdc78c416 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -522,6 +522,19 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Apps.HostedAppLaunchContainer" enum="AppLaunchContainer">
|
| + <owner>benwells@chromium.org</owner>
|
| + <summary>
|
| + Records the container used for a hosted app launch. The definition of
|
| + 'launch' for the purposes of this histogram is different to that used for
|
| + the launch type histograms. This definition is less inclusive, for example
|
| + it does not include navigations to the hosted app due to normal browsing,
|
| + which the other definition does include. This definition could be thought of
|
| + more as explicit launches via a launch surface such as the app launcher,
|
| + chrome://apps, or a shortcut.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Ash.ActiveTouchPoints">
|
| <owner>kuscher@google.com</owner>
|
| <owner>rbyers@chromium.org</owner>
|
|
|