Use NavigationRequest parameter instead of member in debug data.
Recent refactoring (r649193) added the NavigationRequest as parameter to ValidateDidCommitParams, but instrumentation landed in r652724 is using the member variable of RenderFrameHostImpl. This CL changes the debug instrumentation to use the passed in parameter, which should be available for most navigations. Bug: 931895 Change-Id: Ic8339dd81948af83fac822d6ab6d95cea01e1838 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577581Reviewed-by:Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#652876}
Showing
Please register or sign in to comment