Index: chrome/browser/content_settings/content_settings_browsertest.cc |
diff --git a/chrome/browser/content_settings/content_settings_browsertest.cc b/chrome/browser/content_settings/content_settings_browsertest.cc |
index 1fb178503a44c19585fd81ac8abe29fb76f4ccc0..81155278b2e37afe6a0bfba3c6ceca271b734aec 100644 |
--- a/chrome/browser/content_settings/content_settings_browsertest.cc |
+++ b/chrome/browser/content_settings/content_settings_browsertest.cc |
@@ -327,7 +327,7 @@ class LoadPluginTest : public ContentSettingsTest { |
#endif |
command_line->AppendSwitch(switches::kAlwaysAuthorizePlugins); |
if (expect_loaded) |
- command_line->AppendSwitch(switches::kEnableNpapi); |
+ command_line->AppendSwitch(switches::kEnableNpapiForTesting); |
} |
}; |
@@ -370,7 +370,7 @@ class ClickToPlayPluginTest : public ContentSettingsTest { |
// explicitly registered. |
command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir); |
#endif |
- command_line->AppendSwitch(switches::kEnableNpapi); |
+ command_line->AppendSwitch(switches::kEnableNpapiForTesting); |
} |
}; |