You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid using a WebContentsObserver where it is unnecessary.
The DataReductionProxyTabHelper doesn't need to be a WebContentsObserver
to obtain the current associated WebContents because its lifecycle is
tied to the WebContents object. It can just store the WebContents ptr
directly in the object.
BUG=952390
Change-Id: I7246e12212e45bcfe788447a0bf502c2154833c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3145256
Reviewed-by: Robert Ogden <[email protected]>
Commit-Queue: Dave Tapuska <[email protected]>
Cr-Commit-Position: refs/heads/main@{#918851}
0 commit comments