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

Unified Diff: content/public/renderer/render_frame.h

Issue 1211003006: [Extensions OOPI] Update app window bindings for OOPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/public/renderer/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index 68da7d95e1dd87473fd01061862b3bf926ea63b7..de7d8b552f94cf8b4a15a41ffcd1f6b7e075a7de 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -55,6 +55,9 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
// Returns the RenderFrame given a WebFrame.
static RenderFrame* FromWebFrame(blink::WebFrame* web_frame);
+ // Returns the RenderFrame given a routing id.
+ static RenderFrame* FromRoutingID(int32 routing_id);
+
// Returns the RenderView associated with this frame.
virtual RenderView* GetRenderView() = 0;

Powered by Google App Engine
This is Rietveld 408576698