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

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 enterprise policy override based on revert of 26d09db 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
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);
jam 2015/05/28 19:22:38 just delete these two tests
}
};

Powered by Google App Engine
This is Rietveld 408576698