Chromium Code Reviews| 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> GetIOLoopProxy() = 0; |
|
jam
2012/05/16 22:25:23
nit: GetIOMessageLoopProxy
bbudge
2012/05/16 23:16:16
Done.
|
| // Called to add or remove a listener for a particular message routing ID. |
| // These methods normally get delegated to a MessageRouter. |