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