| Index: content/browser/plugin_browsertest.cc
|
| diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
|
| index e1e5c30fdaec77c8dba9ef1ba1914a89ece33a56..9f55c96797cb43ca5eef3098544f17c85f0d8067 100644
|
| --- a/content/browser/plugin_browsertest.cc
|
| +++ b/content/browser/plugin_browsertest.cc
|
| @@ -74,6 +74,7 @@ class PluginTest : public ContentBrowserTest {
|
| // explicitly registered.
|
| command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir);
|
| #endif
|
| + command_line->AppendSwitch(switches::kEnableNpapi);
|
| }
|
|
|
| void SetUpOnMainThread() override {
|
|
|