Index: content/renderer/render_thread_impl.h |
=================================================================== |
--- content/renderer/render_thread_impl.h (revision 137169) |
+++ content/renderer/render_thread_impl.h (working copy) |
@@ -95,6 +95,8 @@ |
virtual IPC::SyncChannel* GetChannel() OVERRIDE; |
virtual std::string GetLocale() OVERRIDE; |
virtual IPC::SyncMessageFilter* GetSyncMessageFilter() OVERRIDE; |
+ virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() |
+ OVERRIDE; |
virtual void AddRoute(int32 routing_id, |
IPC::Channel::Listener* listener) OVERRIDE; |
virtual void RemoveRoute(int32 routing_id) OVERRIDE; |