diff options
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/plugin_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_thread.cc b/chrome/plugin/plugin_thread.cc index 8b8c20e..d08d5e7 100644 --- a/chrome/plugin/plugin_thread.cc +++ b/chrome/plugin/plugin_thread.cc @@ -76,7 +76,7 @@ void PluginThread::Init() { resource_dispatcher_ = new ResourceDispatcher(this); // Preload the library to avoid loading, unloading then reloading - preloaded_plugin_module_ = NPAPI::PluginLib::LoadPluginHelper( + preloaded_plugin_module_ = NPAPI::PluginLib::LoadNativeLibrary( plugin_process_->plugin_path()); ChromePluginLib::Create(plugin_process_->plugin_path(), |