| Index: content/plugin/plugin_thread.cc
|
| diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
|
| index 76251094fc8b8f371b7c42c4821660c920d8f913..0560469a6f92bd42f294dfab4404f289fc780281 100644
|
| --- a/content/plugin/plugin_thread.cc
|
| +++ b/content/plugin/plugin_thread.cc
|
| @@ -20,7 +20,6 @@
|
| #include "base/threading/thread_local.h"
|
| #include "content/child/blink_platform_impl.h"
|
| #include "content/child/child_process.h"
|
| -#include "content/child/npapi/npobject_util.h"
|
| #include "content/child/npapi/plugin_lib.h"
|
| #include "content/common/plugin_process_messages.h"
|
| #include "content/public/common/content_switches.h"
|
| @@ -74,8 +73,6 @@ PluginThread::PluginThread()
|
|
|
| lazy_tls.Pointer()->Set(this);
|
|
|
| - PatchNPNFunctions();
|
| -
|
| // Preload the library to avoid loading, unloading then reloading
|
| preloaded_plugin_module_ = base::LoadNativeLibrary(plugin_path, NULL);
|
|
|
|
|