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

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

Issue 268543008: Cross-process iframe accessibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error Created 6 years, 3 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 bba289afb1f74c43b4ef9abd7eea63aebbe25661..2a34fc2a6ee0ac2834198d28e5b0966f8eec0fea 100644
--- a/content/browser/frame_host/render_frame_proxy_host.h
+++ b/content/browser/frame_host/render_frame_proxy_host.h
@@ -55,6 +55,8 @@ class RenderFrameProxyHost
: public IPC::Listener,
public IPC::Sender {
public:
+ static RenderFrameProxyHost* FromID(int process_id, int routing_id);
+
RenderFrameProxyHost(SiteInstance* site_instance,
FrameTreeNode* frame_tree_node);
virtual ~RenderFrameProxyHost();
@@ -75,6 +77,8 @@ class RenderFrameProxyHost
return site_instance_.get();
}
+ FrameTreeNode* frame_tree_node() const { return frame_tree_node_; };
+
void SetChildRWHView(RenderWidgetHostView* view);
// TODO(nasko): The following methods should be removed once we don't have a
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/frame_host/render_frame_proxy_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698