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

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

Issue 268543008: Cross-process iframe accessibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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_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 4f40513e29a6096e0f44ea2e14de6afc0089da38..5cf48f89c3e824a14887a1b7fabc6354965b0c50 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -91,6 +91,10 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
cross_process_frame_connector_ = cross_process_frame_connector;
}
+ CrossProcessFrameConnector* cross_process_frame_connector() const {
+ return cross_process_frame_connector_;
+ }
+
// Returns a bitwise OR of bindings types that have been enabled for this
// RenderFrameHostImpl's RenderView. See BindingsPolicy for details.
// TODO(creis): Make bindings frame-specific, to support cases like <webview>.

Powered by Google App Engine
This is Rietveld 408576698