Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: chrome/browser/content_settings/content_settings_browsertest.cc

Issue 1158423003: Disable NPAPI support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unneeded function declaration Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/plugins/enable_npapi_plugins_policy_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
};
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/plugins/enable_npapi_plugins_policy_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698