Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 6f56a6c20406acf723987d9bbeebf1e79edef95b..fdf6583e85656c56a0a7f1260d851448b2f788c9 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -221,6 +221,10 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// navigation. False means we're closing the entire tab. |
void DispatchBeforeUnload(bool for_cross_site_transition); |
+ // Set the frame's opener to null in the renderer process in response to an |
+ // action in another renderer process. |
+ void DisownOpener(); |
+ |
// Deletes the current selection plus the specified number of characters |
// before and after the selection or caret. |
void ExtendSelectionAndDelete(size_t before, size_t after); |