diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 19:06:11 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 19:06:11 +0000 |
commit | c533bb2982bb58ca7cd8d586bc0bc35e2e7f08ed (patch) | |
tree | 512a532854320474e7b5592da5d6170fbb6078ee /chrome/browser/plugin_service.h | |
parent | df52439b0895260bbbf62c0de16228e8ae5eace7 (diff) | |
download | chromium_src-c533bb2982bb58ca7cd8d586bc0bc35e2e7f08ed.zip chromium_src-c533bb2982bb58ca7cd8d586bc0bc35e2e7f08ed.tar.gz chromium_src-c533bb2982bb58ca7cd8d586bc0bc35e2e7f08ed.tar.bz2 |
Change plugin handling in extension from "plugin_dir" to a "plugin" list of
dictionaries, which allows us to specify properties per plugin.
This is the first part of allowing extensions to have plugins only accessible
by the extension process.
BUG=12960
Review URL: http://codereview.chromium.org/114072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r-- | chrome/browser/plugin_service.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h index 07a6152..b77d731 100644 --- a/chrome/browser/plugin_service.h +++ b/chrome/browser/plugin_service.h @@ -57,11 +57,6 @@ class PluginService void SetChromePluginDataDir(const FilePath& data_dir); const FilePath& GetChromePluginDataDir(); - // Add an extra plugin directory to scan when we actually do the loading. - // This will force a refresh of the plugin list the next time plugins are - // requested. - void AddExtraPluginDir(const FilePath& plugin_dir); - // Gets the browser's UI locale. const std::wstring& GetUILocale(); |