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

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

Issue 558943002: Revert of Cross-process iframe accessibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 2a34fc2a6ee0ac2834198d28e5b0966f8eec0fea..bba289afb1f74c43b4ef9abd7eea63aebbe25661 100644
--- a/content/browser/frame_host/render_frame_proxy_host.h
+++ b/content/browser/frame_host/render_frame_proxy_host.h
@@ -55,8 +55,6 @@
: 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();
@@ -76,8 +74,6 @@
SiteInstance* GetSiteInstance() {
return site_instance_.get();
}
-
- FrameTreeNode* frame_tree_node() const { return frame_tree_node_; };
void SetChildRWHView(RenderWidgetHostView* view);
« 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