Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: content/renderer/plugin_channel_host.h

Issue 6901146: Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remov... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/gpu_channel_host.cc ('k') | content/renderer/plugin_channel_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/plugin_channel_host.h
===================================================================
--- content/renderer/plugin_channel_host.h (revision 83679)
+++ content/renderer/plugin_channel_host.h (working copy)
@@ -18,9 +18,11 @@
class PluginChannelHost : public PluginChannelBase {
public:
static PluginChannelHost* GetPluginChannelHost(
- const IPC::ChannelHandle& channel_handle, MessageLoop* ipc_message_loop);
+ const IPC::ChannelHandle& channel_handle,
+ base::MessageLoopProxy* ipc_message_loop);
- virtual bool Init(MessageLoop* ipc_message_loop, bool create_pipe_now);
+ virtual bool Init(base::MessageLoopProxy* ipc_message_loop,
+ bool create_pipe_now);
virtual int GenerateRouteID();
« no previous file with comments | « content/renderer/gpu_channel_host.cc ('k') | content/renderer/plugin_channel_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698