Commit 7b36e094 authored by Ali Juma's avatar Ali Juma Committed by Commit Bot

Update expiry of WebController.BackForwardListOutOfSync*

These histograms are still detecting the back/forward list being
out-of-sync with WKWebView's URL, caused by bugs in WebKit.
Once these bugs are no longer detected, we can remove workarounds
and also remove the histograms.

Bug: 1147719
Change-Id: Ib4d661ff430c286332b0564c74c4e5850716638a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533793Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Ali Juma <ajuma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826931}
parent b6ef69be
...@@ -16540,8 +16540,9 @@ regressions. --> ...@@ -16540,8 +16540,9 @@ regressions. -->
</histogram> </histogram>
<histogram name="WebController.BackForwardListOutOfSync" enum="BooleanHit" <histogram name="WebController.BackForwardListOutOfSync" enum="BooleanHit"
expires_after="2020-12-25"> expires_after="2021-12-25">
<owner>ajuma@chromium.org</owner> <owner>ajuma@chromium.org</owner>
<owner>eugenebut@chromium.org</owner>
<owner>gambard@chromium.org</owner> <owner>gambard@chromium.org</owner>
<summary> <summary>
[iOS] Counts the number of time the backForwardList of the WebView gets out [iOS] Counts the number of time the backForwardList of the WebView gets out
...@@ -16551,8 +16552,9 @@ regressions. --> ...@@ -16551,8 +16552,9 @@ regressions. -->
</histogram> </histogram>
<histogram name="WebController.BackForwardListOutOfSyncInProvisionalNavigation" <histogram name="WebController.BackForwardListOutOfSyncInProvisionalNavigation"
enum="IOSOutOfSyncURLAction" expires_after="2020-12-25"> enum="IOSOutOfSyncURLAction" expires_after="2021-12-25">
<owner>ajuma@chromium.org</owner> <owner>ajuma@chromium.org</owner>
<owner>eugenebut@chromium.org</owner>
<owner>gambard@chromium.org</owner> <owner>gambard@chromium.org</owner>
<summary> <summary>
[iOS] Records the action take when the backForwardList of the WebView is out [iOS] Records the action take when the backForwardList of the WebView is out
......
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