From ae4e20ac9d99988fb5b522acfaae08cb469a2ab7 Mon Sep 17 00:00:00 2001 From: "avi@google.com" Date: Thu, 15 Jan 2009 21:49:54 +0000 Subject: New implementations of core plugin libraries. Review URL: http://codereview.chromium.org/17427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8122 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/plugin/plugin_thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/plugin/plugin_thread.cc') 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(), -- cgit v1.1