Index: content/public/renderer/render_thread.h |
=================================================================== |
--- content/public/renderer/render_thread.h (revision 105613) |
+++ content/public/renderer/render_thread.h (working copy) |
@@ -46,6 +46,7 @@ |
// These methods normally get delegated to a MessageRouter. |
virtual void AddRoute(int32 routing_id, IPC::Channel::Listener* listener) = 0; |
virtual void RemoveRoute(int32 routing_id) = 0; |
+ virtual int GenerateRoutingID() = 0; |
// These map to IPC::ChannelProxy methods. |
virtual void AddFilter(IPC::ChannelProxy::MessageFilter* filter) = 0; |