Commit 4a67575e authored by Peter K. Lee's avatar Peter K. Lee Committed by Commit Bot

Histogram ownership cleanup

Bug: 610222
Change-Id: I9e94153e836f504c61ef216990d2dfd1ae77771c
Reviewed-on: https://chromium-review.googlesource.com/c/1313590
Commit-Queue: Peter Lee <pkl@chromium.org>
Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605026}
parent ba496ac3
...@@ -23262,15 +23262,18 @@ uploading your change for review. ...@@ -23262,15 +23262,18 @@ uploading your change for review.
</summary> </summary>
</histogram> </histogram>
<histogram name="Download.IOSDownloadedFileAction" enum="DownloadedFileAction"> <histogram name="Download.IOSDownloadedFileAction" enum="DownloadedFileAction"
<owner>bdibello@chromium.org</owner> expires_after="2020-01-15">
<owner>eugenebut@chromium.org</owner>
<summary> <summary>
The action that a user takes on a file after it has been successfully The action that a user takes on a file after it has been successfully
downloaded on iOS. downloaded on iOS.
</summary> </summary>
</histogram> </histogram>
<histogram name="Download.IOSDownloadedFileNetError" enum="NetErrorCodes"> <histogram name="Download.IOSDownloadedFileNetError" enum="NetErrorCodes"
expires_after="2020-01-15">
<owner>eugenebut@chromium.org</owner>
<owner>mrefaat@chromium.org</owner> <owner>mrefaat@chromium.org</owner>
<summary> <summary>
Positive net error codes that happens in the case of download content fetch Positive net error codes that happens in the case of download content fetch
...@@ -23278,17 +23281,17 @@ uploading your change for review. ...@@ -23278,17 +23281,17 @@ uploading your change for review.
</summary> </summary>
</histogram> </histogram>
<histogram name="Download.IOSDownloadedFileStatusCode"> <histogram name="Download.IOSDownloadedFileStatusCode"
<owner>stkhapugin@chromium.org</owner> expires_after="2020-01-15">
<owner>eugenebut@chromium.org</owner> <owner>eugenebut@chromium.org</owner>
<owner>stuartmorgan@chromium.org</owner> <owner>stkhapugin@chromium.org</owner>
<summary> <summary>
HTTP status code returned when file download completes on iOS. HTTP status code returned when file download completes on iOS.
</summary> </summary>
</histogram> </histogram>
<histogram name="Download.IOSDownloadFileInBackground" <histogram name="Download.IOSDownloadFileInBackground"
enum="DownloadFileInBackground"> enum="DownloadFileInBackground" expires_after="2020-01-15">
<owner>eugenebut@chromium.org</owner> <owner>eugenebut@chromium.org</owner>
<summary> <summary>
Logged when the download is completed (successfully or not) or in-progress Logged when the download is completed (successfully or not) or in-progress
...@@ -23298,13 +23301,16 @@ uploading your change for review. ...@@ -23298,13 +23301,16 @@ uploading your change for review.
</summary> </summary>
</histogram> </histogram>
<histogram name="Download.IOSDownloadFileResult" enum="DownloadFileResult"> <histogram name="Download.IOSDownloadFileResult" enum="DownloadFileResult"
<owner>bdibello@chromium.org</owner> expires_after="2020-01-15">
<owner>eugenebut@chromium.org</owner>
<summary>Result when a user attempts to download a file on iOS.</summary> <summary>Result when a user attempts to download a file on iOS.</summary>
</histogram> </histogram>
<histogram name="Download.IOSDownloadInstallDrivePromoShown" enum="Boolean"> <histogram name="Download.IOSDownloadInstallDrivePromoShown" enum="Boolean"
expires_after="2020-01-15">
<owner>eugenebut@chromium.org</owner> <owner>eugenebut@chromium.org</owner>
<owner>pkl@chromium.org</owner>
<summary> <summary>
Logged when the download was successfully completed. Bool value indicates Logged when the download was successfully completed. Bool value indicates
whether or not Install Google Drive promo was shown to the user. whether or not Install Google Drive promo was shown to the user.
...@@ -23320,8 +23326,8 @@ uploading your change for review. ...@@ -23320,8 +23326,8 @@ uploading your change for review.
</histogram> </histogram>
<histogram name="Download.IOSDownloadPassKitResult" <histogram name="Download.IOSDownloadPassKitResult"
enum="DownloadPassKitResult"> enum="DownloadPassKitResult" expires_after="2020-01-15">
<owner>gchatz@chromium.org</owner> <owner>eugenebut@chromium.org</owner>
<summary> <summary>
Result when a user attempts to download a PassKit file on iOS. Result when a user attempts to download a PassKit file on iOS.
</summary> </summary>
...@@ -109304,8 +109310,10 @@ uploading your change for review. ...@@ -109304,8 +109310,10 @@ uploading your change for review.
</summary> </summary>
</histogram> </histogram>
<histogram name="Tab.PullDownGesture" enum="PullDownGestureAction"> <histogram name="Tab.PullDownGesture" enum="PullDownGestureAction"
<owner>jbbegue@google.com</owner> expires_after="2020-01-15">
<owner>gambard@chromium.org</owner>
<owner>kkhorimoto@chromium.org</owner>
<summary> <summary>
Record the action executed when the user performs a pull down gesture. This Record the action executed when the user performs a pull down gesture. This
feature is currently iOS only. feature is currently iOS only.
...@@ -109455,8 +109463,10 @@ uploading your change for review. ...@@ -109455,8 +109463,10 @@ uploading your change for review.
</summary> </summary>
</histogram> </histogram>
<histogram name="Tab.StateAtRendererTermination" enum="TabForegroundState"> <histogram name="Tab.StateAtRendererTermination" enum="TabForegroundState"
<owner>stuartmorgan@chromium.org</owner> expires_after="2019-08-07">
<owner>olivierrobin@chromium.org</owner>
<owner>pkl@chromium.org</owner>
<summary> <summary>
The state (foreground/background) of a tab when its renderer is terminated. The state (foreground/background) of a tab when its renderer is terminated.
</summary> </summary>
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