Chromium Code Reviews| Index: content/browser/frame_host/render_frame_host_impl.h |
| =================================================================== |
| --- content/browser/frame_host/render_frame_host_impl.h (revision 238847) |
| +++ content/browser/frame_host/render_frame_host_impl.h (working copy) |
| @@ -30,6 +30,9 @@ |
| virtual ~RenderFrameHostImpl(); |
| + // RenderFrameHost |
| + virtual int GetRoutingID() OVERRIDE; |
| + |
| // IPC::Sender |
| virtual bool Send(IPC::Message* msg) OVERRIDE; |