Index: content/renderer/render_frame_impl.h |
=================================================================== |
--- content/renderer/render_frame_impl.h (revision 238847) |
+++ content/renderer/render_frame_impl.h (working copy) |
@@ -160,6 +160,7 @@ |
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
// RenderFrame implementation: |
+ virtual int GetRoutingID() OVERRIDE; |
nasko
2013/12/05 22:43:45
Does it make sense to have both routing_id() and G
jam
2013/12/05 23:14:07
yep only one needed, removed routing_id()
|
virtual blink::WebPlugin* CreatePlugin( |
blink::WebFrame* frame, |
const WebPluginInfo& info, |