Chromium Code Reviews
DescriptionABANDONED CL - merged into https://codereview.chromium.org/2882513005.
=======================
Make WebContents::Get(Original)Opener return RenderFrameHost* (not WebContents*).
This CL makes WebContents::GetOpener and WebContents::GetOriginalOpener
methods more accurate, by having them return a specific frame (i.e.
RenderFrameHost*) rather than a tab (i.e. WebContents*).
Having an accurate opener is required to properly record UMA that tracks
when the opener is a hosted app (i.e. this CL unblocks
https://crrev.com/2877333004). OTOH, an accurate opener is desirable in
general for the long term (unlike the UMA) and so we are landing the
Get(Original)Opener change separately from the other CL.
BUG=718516
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 9 (9 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||