Commit a482511c authored by Gabriel Charette's avatar Gabriel Charette Committed by Commit Bot

[histogram] Hand off ownership of BackgroundMode histograms

And punt back expiry by 3 months.

R=rdevlin.cronin@chromium.org

Bug: 1130637
Change-Id: I469336c3383576fdf8bcdfd6b974142f72857bab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510273Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Auto-Submit: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823677}
parent d1c3f8bb
...@@ -189,9 +189,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -189,9 +189,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="BackgroundMode.OnStartup.AutoLaunchState" <histogram name="BackgroundMode.OnStartup.AutoLaunchState"
enum="AutoLaunchState" expires_after="2020-11-01"> enum="AutoLaunchState" expires_after="2021-03-30">
<owner>gab@chromium.org</owner>
<owner>mvanouwerkerk@chromium.org</owner> <owner>mvanouwerkerk@chromium.org</owner>
<owner>rdevlin.cronin@chromium.org</owner>
<summary> <summary>
Logged during BackgroundModeManager's initialization. Indicates the Logged during BackgroundModeManager's initialization. Indicates the
AutoLaunchState the current browser process was launched in. AutoLaunchState the current browser process was launched in.
...@@ -199,9 +199,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -199,9 +199,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="BackgroundMode.OnStartup.IsBackgroundModePrefEnabled" <histogram name="BackgroundMode.OnStartup.IsBackgroundModePrefEnabled"
enum="BooleanEnabled" expires_after="2020-11-01"> enum="BooleanEnabled" expires_after="2021-03-30">
<owner>gab@chromium.org</owner>
<owner>mvanouwerkerk@chromium.org</owner> <owner>mvanouwerkerk@chromium.org</owner>
<owner>rdevlin.cronin@chromium.org</owner>
<summary> <summary>
Logged during BackgroundModeManager's initialization. Indicates the state of Logged during BackgroundModeManager's initialization. Indicates the state of
the kBackgroundModeEnabled pref on startup. the kBackgroundModeEnabled pref on startup.
......
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