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

Unified Diff: content/test/fake_plugin_service.cc

Issue 645203002: Block NPAPI plugins by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move UMA outside ifdef Created 5 years, 11 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 | « content/test/fake_plugin_service.h ('k') | content/test/plugin/plugin_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/fake_plugin_service.cc
diff --git a/content/test/fake_plugin_service.cc b/content/test/fake_plugin_service.cc
index 1d7767cb559b7f25d3312899e2adee256047bbb0..75e35d4f9c869c7fab1f3d1b17f57709e3a56422 100644
--- a/content/test/fake_plugin_service.cc
+++ b/content/test/fake_plugin_service.cc
@@ -101,6 +101,9 @@ bool FakePluginService::NPAPIPluginsSupported() {
return false;
}
+void FakePluginService::EnableNpapiPluginsForTesting() {
+}
+
void FakePluginService::DisablePluginsDiscoveryForTesting() {
}
« no previous file with comments | « content/test/fake_plugin_service.h ('k') | content/test/plugin/plugin_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698