Replace GetDelegate() return of PLMO* with const PLMO&.
The PageLoadMetricsObserverDelegate returns global state about page loads that PageLoadMetricsObservers should have access to. Interfacing with it only requires a const& since every API call is const. BUG=993367 Change-Id: I7aa66649862e7d42cf55fcce4fe9e3d14d0e80c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756165Reviewed-by:Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Justin Miron <justinmiron@google.com> Cr-Commit-Position: refs/heads/master@{#687639}
Showing
Please register or sign in to comment