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

Unified Diff: chrome/browser/plugin_service.cc

Issue 196012: This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/browser/plugin_process_host.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
}
« no previous file with comments | « chrome/browser/plugin_process_host.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698