| Index: chrome/browser/plugin_service.cc
|
| ===================================================================
|
| --- chrome/browser/plugin_service.cc (revision 25381)
|
| +++ chrome/browser/plugin_service.cc (working copy)
|
| @@ -141,11 +141,6 @@
|
| }
|
|
|
| return plugin_host;
|
| -
|
| - // TODO(jabdelmalek): adding a new channel means we can have one less
|
| - // renderer process (since each child process uses one handle in the
|
| - // IPC thread and main thread's WaitForMultipleObjects call). Limit the
|
| - // number of plugin processes.
|
| }
|
|
|
| void PluginService::OpenChannelToPlugin(
|
| @@ -164,7 +159,7 @@
|
| } else {
|
| PluginProcessHost::ReplyToRenderer(renderer_msg_filter,
|
| IPC::ChannelHandle(),
|
| - FilePath(),
|
| + WebPluginInfo(),
|
| reply_msg);
|
| }
|
| }
|
|
|