Commit f2bb40d1 authored by Oleg Davydov's avatar Oleg Davydov Committed by Commit Bot

[Extensions] Extend histogram's lifetime

This commit moves expire date of the following histogram:
 * Extensions.CorruptPolicyExtensionDetected3

The expire date is now in sync with the expire date of
Extensions.CorruptPolicyExtensionResolved, which is reported as part of
the same flow.

Bug: 11399860
Change-Id: Ic03e3065370bfb6bd2ccfed74d6b4576e7a002aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485066
Commit-Queue: Oleg Davydov <burunduk@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Auto-Submit: Oleg Davydov <burunduk@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818920}
parent daceb242
...@@ -485,7 +485,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -485,7 +485,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Extensions.CorruptPolicyExtensionDetected3" <histogram name="Extensions.CorruptPolicyExtensionDetected3"
enum="ExtensionPolicyReinstallReason" expires_after="2020-11-30"> enum="ExtensionPolicyReinstallReason" expires_after="2021-03-28">
<owner>burunduk@chromium.org</owner> <owner>burunduk@chromium.org</owner>
<owner>lazyboy@chromium.org</owner> <owner>lazyboy@chromium.org</owner>
<owner>poromov@chromium.org</owner> <owner>poromov@chromium.org</owner>
......
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