| Index: content/public/renderer/render_frame.h
|
| diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
|
| index 3cb4019af73f2ec6f7b4af3947e011ba9249d559..5b065ab21bd3c1d9e30356739f84483759ec4e59 100644
|
| --- a/content/public/renderer/render_frame.h
|
| +++ b/content/public/renderer/render_frame.h
|
| @@ -102,6 +102,11 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
|
| // Visit all live RenderFrames.
|
| static void ForEach(RenderFrameVisitor* visitor);
|
|
|
| + // Returns the routing ID for |web_frame|, whether it is a WebLocalFrame in
|
| + // this process or a WebRemoteFrame placeholder for a frame in a different
|
| + // process.
|
| + static int GetRoutingIdForWebFrame(blink::WebFrame* web_frame);
|
| +
|
| // Returns the RenderView associated with this frame.
|
| virtual RenderView* GetRenderView() = 0;
|
|
|
|
|