Commit 22f17b3e authored by fsamuel@chromium.org's avatar fsamuel@chromium.org

Browser Plugin: Fix broken build windows build.

Broken by http://codereview.chromium.org/9968097/

BUG=none
TEST=manually

Review URL: https://chromiumcodereview.appspot.com/10414068

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138420 0039d316-1c4b-4281-b951-d872f2087c98
parent 0383fcc8
......@@ -278,14 +278,15 @@ scoped_refptr<webkit::ppapi::PluginModule>
if (module)
return module;
FilePath path(kBrowserPluginPath);
scoped_refptr<PepperHungPluginFilter> hung_filter(
new PepperHungPluginFilter(FilePath(kBrowserPluginPath),
new PepperHungPluginFilter(path,
render_view_->routing_id(),
guest_process_id));
// Create a new HostDispatcher for the proxying, and hook it to a new
// PluginModule.
module = new webkit::ppapi::PluginModule(kBrowserPluginName,
FilePath(kBrowserPluginPath),
path,
registry);
RenderThreadImpl::current()->browser_plugin_registry()->AddModule(
guest_process_id, module);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment