Remove the wrong DCHECK in MetricsWebContentsObserver
MetricsWebViewContentObserver assumed WillStartNavigationRequest() and DidFinishNavigation() is sequencially called for main frame, it isn't true, since both callbacks are post task, calling sequence isn't guaranteed. Bug: 1010034 Bug: 937528 Change-Id: Ia7fc892a599f789aa56b613409815f45d36e4223 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865268Reviewed-by:Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#709121}
Showing
Please register or sign in to comment