| Index: content/browser/frame_host/render_frame_proxy_host.h
|
| diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
|
| index 0da55c7528fb4d9a0ac118068492d35e3cd1629c..bba289afb1f74c43b4ef9abd7eea63aebbe25661 100644
|
| --- a/content/browser/frame_host/render_frame_proxy_host.h
|
| +++ b/content/browser/frame_host/render_frame_proxy_host.h
|
| @@ -100,6 +100,10 @@ class RenderFrameProxyHost
|
| return cross_process_frame_connector_.get();
|
| }
|
|
|
| + // Set the frame's opener to null in the renderer process in response to an
|
| + // action in another renderer process.
|
| + void DisownOpener();
|
| +
|
| private:
|
| // This RenderFrameProxyHost's routing id.
|
| int routing_id_;
|
|
|