Commit 5dc562a5 authored by Glen Robertson's avatar Glen Robertson Committed by Chromium LUCI CQ

Update expiry of Extensions.*AppLaunchContainer metrics.

HostedApp metrics will eventually be removed (Chrome Apps are
deprecated).

BookmarkApp metrics will eventually be migrated to WebApp namespace
(crbug.com/1014328). Expected to be in use long-term. Also adding
phillis@ as an owner, for WebApp as they are leading web app metrics
work.

Bug: 1160812
Fixed: 1160812
Change-Id: I09cbc0a27bf6a13faee558c0d23a18927c48ed32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606879
Commit-Queue: Dominick Ng <dominickn@chromium.org>
Auto-Submit: Glen Robertson <glenrob@chromium.org>
Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840897}
parent 8de77e39
...@@ -252,10 +252,15 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -252,10 +252,15 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Extensions.BookmarkAppLaunchContainer" <histogram name="Extensions.BookmarkAppLaunchContainer"
enum="AppLaunchContainer" expires_after="2021-01-31"> enum="AppLaunchContainer" expires_after="2021-07-31">
<owner>benwells@chromium.org</owner> <owner>benwells@chromium.org</owner>
<owner>dominickn@chromium.org</owner> <owner>dominickn@chromium.org</owner>
<summary>Records the container used for a bookmark app launch.</summary> <owner>phillis@chromium.org</owner>
<summary>
Records the container used for a bookmark app launch, when the app is
launched (eg. via UI surfaces or intents). Not recorded when the web app is
navigated to via URL.
</summary>
</histogram> </histogram>
<histogram name="Extensions.BookmarkAppLaunchSource" enum="AppLaunchSource" <histogram name="Extensions.BookmarkAppLaunchSource" enum="AppLaunchSource"
...@@ -2071,17 +2076,17 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -2071,17 +2076,17 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Extensions.HostedAppLaunchContainer" enum="AppLaunchContainer" <histogram name="Extensions.HostedAppLaunchContainer" enum="AppLaunchContainer"
expires_after="2021-04-04"> expires_after="2021-07-31">
<owner>benwells@chromium.org</owner> <owner>benwells@chromium.org</owner>
<owner>dominickn@chromium.org</owner> <owner>dominickn@chromium.org</owner>
<summary> <summary>
Records the container used for a hosted app launch. The definition of Records the container used for a hosted app launch, when the app is
'launch' for the purposes of this histogram is different to that used for launched. The definition of 'launch' for the purposes of this histogram is
the launch type histograms. This definition is less inclusive, for example different to that used for the launch type histograms. This definition is
it does not include navigations to the hosted app due to normal browsing, less inclusive, for example it does not include navigations to the hosted
which the other definition does include. This definition could be thought of app due to normal browsing, which the other definition does include. This
more as explicit launches via a launch surface such as the app launcher, definition could be thought of more as explicit launches via a launch
chrome://apps, or a shortcut. surface such as the app launcher, chrome://apps, or a shortcut.
</summary> </summary>
</histogram> </histogram>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment