diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 19:01:47 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 19:01:47 +0000 |
commit | fb476a2653613edf0ce08654b67df3df8dcd5bda (patch) | |
tree | 88123b9bf3f105d672abfd79c27794cbde5226cd /content/public/browser/plugin_service.h | |
parent | a47fa686c1a9464a97a348455a51268e002290e8 (diff) | |
download | chromium_src-fb476a2653613edf0ce08654b67df3df8dcd5bda.zip chromium_src-fb476a2653613edf0ce08654b67df3df8dcd5bda.tar.gz chromium_src-fb476a2653613edf0ce08654b67df3df8dcd5bda.tar.bz2 |
Remove the two years old code to enable the nacl plugin once if it's disabled. This was added to deal with old profiles when we had the plugin disabled by default. There have been 15 releases in the meantime, which is enough chances to update this pref.
This is in preparation for moving webkit/plugins to content/.
BUG=237249
R=bauerb@chromium.org
Review URL: https://codereview.chromium.org/19518006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser/plugin_service.h')
-rw-r--r-- | content/public/browser/plugin_service.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/public/browser/plugin_service.h b/content/public/browser/plugin_service.h index c1c42f8..d1e9323 100644 --- a/content/public/browser/plugin_service.h +++ b/content/public/browser/plugin_service.h @@ -133,9 +133,6 @@ class PluginService { virtual void GetInternalPlugins( std::vector<webkit::WebPluginInfo>* plugins) = 0; - // TODO(dpranke): This should be private. - virtual webkit::npapi::PluginList* GetPluginList() = 0; - virtual void SetPluginListForTesting( webkit::npapi::PluginList* plugin_list) = 0; |