Index: content/public/browser/render_frame_host.h |
=================================================================== |
--- content/public/browser/render_frame_host.h (revision 238847) |
+++ content/public/browser/render_frame_host.h (working copy) |
@@ -17,6 +17,9 @@ |
public: |
virtual ~RenderFrameHost() {} |
+ // Returns the route id for this frame. |
+ virtual int GetRoutingID() = 0; |
+ |
private: |
// This interface should only be implemented inside content. |
friend class RenderFrameHostImpl; |