| Index: content/public/renderer/render_thread.h
|
| ===================================================================
|
| --- content/public/renderer/render_thread.h (revision 137169)
|
| +++ content/public/renderer/render_thread.h (working copy)
|
| @@ -43,6 +43,7 @@
|
| virtual IPC::SyncChannel* GetChannel() = 0;
|
| virtual std::string GetLocale() = 0;
|
| virtual IPC::SyncMessageFilter* GetSyncMessageFilter() = 0;
|
| + virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() = 0;
|
|
|
| // Called to add or remove a listener for a particular message routing ID.
|
| // These methods normally get delegated to a MessageRouter.
|
|
|