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

Unified Diff: chrome/plugin/plugin_channel.h

Issue 42054: Stop using renderer specific host ids in ResourceDispatcher. This allows it ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « chrome/common/plugin_messages_internal.h ('k') | chrome/plugin/plugin_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/plugin/plugin_channel.h
===================================================================
--- chrome/plugin/plugin_channel.h (revision 11493)
+++ chrome/plugin/plugin_channel.h (working copy)
@@ -14,10 +14,7 @@
// process. On the renderer side there's a corresponding PluginChannelHost.
class PluginChannel : public PluginChannelBase {
public:
- // renderer_handle is the the handle to the renderer process requesting the
- // channel. The handle has to be valid in the context of the plugin process.
- static PluginChannel* GetPluginChannel(
- int process_id, HANDLE renderer_handle, MessageLoop* ipc_message_loop);
+ static PluginChannel* GetPluginChannel(MessageLoop* ipc_message_loop);
~PluginChannel();
@@ -31,6 +28,7 @@
protected:
// IPC::Channel::Listener implementation:
+ virtual void OnChannelConnected(int32 peer_pid);
virtual void OnChannelError();
virtual void CleanUp();
« no previous file with comments | « chrome/common/plugin_messages_internal.h ('k') | chrome/plugin/plugin_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698