Commit 77d4d9a1 authored by Alex Moshchuk's avatar Alex Moshchuk Committed by Chromium LUCI CQ

Extend expiration for IsLockedProcess and RequiresDedicatedProcess histograms.

Bug: 1149486, 1149487
Change-Id: I60dee7921e417a1e96efd91b5cfbe6b19516e89e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599473
Commit-Queue: Alex Moshchuk <alexmos@chromium.org>
Auto-Submit: Alex Moshchuk <alexmos@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840272}
parent 3f344472
...@@ -682,7 +682,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -682,7 +682,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Navigation.IsLockedProcess" enum="NavigationIsLockedProcess" <histogram name="Navigation.IsLockedProcess" enum="NavigationIsLockedProcess"
expires_after="2021-05-09"> expires_after="2021-12-21">
<owner>alexmos@chromium.org</owner> <owner>alexmos@chromium.org</owner>
<owner>lukasza@chromium.org</owner> <owner>lukasza@chromium.org</owner>
<summary> <summary>
...@@ -693,7 +693,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -693,7 +693,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Navigation.IsLockedProcess.HTTPOrHTTPS" <histogram name="Navigation.IsLockedProcess.HTTPOrHTTPS"
enum="NavigationIsLockedProcess" expires_after="2020-12-31"> enum="NavigationIsLockedProcess" expires_after="2021-12-21">
<owner>alexmos@chromium.org</owner> <owner>alexmos@chromium.org</owner>
<owner>lukasza@chromium.org</owner> <owner>lukasza@chromium.org</owner>
<summary> <summary>
...@@ -918,7 +918,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -918,7 +918,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Navigation.RequiresDedicatedProcess" <histogram name="Navigation.RequiresDedicatedProcess"
enum="NavigationRequiresDedicatedProcess" expires_after="2021-06-20"> enum="NavigationRequiresDedicatedProcess" expires_after="2021-12-21">
<owner>alexmos@chromium.org</owner> <owner>alexmos@chromium.org</owner>
<owner>lukasza@chromium.org</owner> <owner>lukasza@chromium.org</owner>
<summary> <summary>
...@@ -929,7 +929,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -929,7 +929,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Navigation.RequiresDedicatedProcess.HTTPOrHTTPS" <histogram name="Navigation.RequiresDedicatedProcess.HTTPOrHTTPS"
enum="NavigationRequiresDedicatedProcess" expires_after="2020-12-31"> enum="NavigationRequiresDedicatedProcess" expires_after="2021-12-21">
<owner>alexmos@chromium.org</owner> <owner>alexmos@chromium.org</owner>
<owner>lukasza@chromium.org</owner> <owner>lukasza@chromium.org</owner>
<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