| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 52340e7041f33656b5a6e2e6061602cf11a303b9..68ca5373c543d3553254c2bbff9779d6be3d9f07 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -79881,6 +79881,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebApk.Install.GooglePlayBindDuration" units="ms">
|
| + <owner>hanxi@chromium.org</owner>
|
| + <owner>pkotwicz@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Records the amount of time that it takes to bind to the play install service
|
| + for WebAPK installs.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebApk.Install.GooglePlayInstallResult"
|
| enum="WebApkGooglePlayInstallResult">
|
| <owner>hanxi@chromium.org</owner>
|
| @@ -79955,6 +79965,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebApk.Install.RequestTokenDuration" units="ms">
|
| + <owner>hanxi@chromium.org</owner>
|
| + <owner>pkotwicz@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Records the amount of time which has elapsed from the "install infobar
|
| + showing" to the "install request being sent to Google Play".
|
| + This time includes the time that it takes to request the WebAPK token and
|
| + the time that it takes to compute the hashes for the launcher icon and the
|
| + badge icon.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebApk.Install.UserAction" enum="WebApkUserAction">
|
| <owner>hanxi@chromium.org</owner>
|
| <owner>pkotwicz@chromium.org</owner>
|
|
|