Index: content/public/renderer/render_view.h |
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h |
index 26c0188b7a09e66f263d1249e999861061c44c23..28a01a43c26b470f648290216b786509f6e33399 100644 |
--- a/content/public/renderer/render_view.h |
+++ b/content/public/renderer/render_view.h |
@@ -47,6 +47,9 @@ class CONTENT_EXPORT RenderView : public IPC::Sender { |
// Returns the RenderView containing the given WebView. |
static RenderView* FromWebView(WebKit::WebView* webview); |
+ // Returns the RenderView for the given routing ID. |
+ static RenderView* FromRoutingID(int routing_id); |
+ |
// Visit all RenderViews with a live WebView (i.e., RenderViews that have |
// been closed but not yet destroyed are excluded). |
static void ForEach(RenderViewVisitor* visitor); |