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

Unified Diff: content/public/browser/plugin_service.h

Issue 1071713004: Enable NPAPI if policy has plugin policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GN Created 5 years, 8 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/browser/plugin_service_impl.cc ('k') | content/test/fake_plugin_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/plugin_service.h
diff --git a/content/public/browser/plugin_service.h b/content/public/browser/plugin_service.h
index 9420f3e75c7ed17e53cd9a17a5efc8632fcc62be..c09331eed3c83861488217c651e03f21d922fd9f 100644
--- a/content/public/browser/plugin_service.h
+++ b/content/public/browser/plugin_service.h
@@ -143,8 +143,8 @@ class PluginService {
// This can be called from any thread.
virtual bool NPAPIPluginsSupported() = 0;
- // This is equivalent to specifying kEnableNpapi, but is useful for unittests.
- virtual void EnableNpapiPluginsForTesting() = 0;
+ // This is equivalent to specifying kEnableNpapi.
+ virtual void EnableNpapiPlugins() = 0;
// This is equivalent to specifying kDisablePluginsDiscovery, but is useful
// for unittests.
« no previous file with comments | « content/browser/plugin_service_impl.cc ('k') | content/test/fake_plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698