Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: content/browser/frame_host/render_frame_proxy_host.h

Issue 505443002: Move DisownOpener to RenderFrameHost / RenderFrameProxyHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes from review Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698