diff options
author | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 10:38:19 +0000 |
---|---|---|
committer | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 10:38:19 +0000 |
commit | 634d23d868d58c80eb320cc6d0e01c14bb47276d (patch) | |
tree | f9eb0a9f1c1614fcdb2f1ef7179a5dd59a67703e /webkit/plugins/npapi/plugin_list.h | |
parent | d14663340d1209756f73a3034335121aa602f3a0 (diff) | |
download | chromium_src-634d23d868d58c80eb320cc6d0e01c14bb47276d.zip chromium_src-634d23d868d58c80eb320cc6d0e01c14bb47276d.tar.gz chromium_src-634d23d868d58c80eb320cc6d0e01c14bb47276d.tar.bz2 |
Added automatic update for plugins based on watching file changes.
BUG=48383
TEST=Add or remove some files to a default plugin location and check in about:plugins whether the change got detected. Also part of integration tests.
Review URL: http://codereview.chromium.org/6163003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/npapi/plugin_list.h')
-rw-r--r-- | webkit/plugins/npapi/plugin_list.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/plugins/npapi/plugin_list.h b/webkit/plugins/npapi/plugin_list.h index 553b554..84026eb 100644 --- a/webkit/plugins/npapi/plugin_list.h +++ b/webkit/plugins/npapi/plugin_list.h @@ -97,6 +97,9 @@ class PluginList { // Same as above, but specifies a directory in which to search for plugins. void AddExtraPluginDir(const FilePath& plugin_dir); + // Get the ordered list of directories from which to load plugins + void GetPluginDirectories(std::vector<FilePath>* plugin_dirs); + // Register an internal plugin with the specified plugin information and // function pointers. An internal plugin must be registered before it can // be loaded using PluginList::LoadPlugin(). @@ -283,9 +286,6 @@ class PluginList { // Do any initialization. void PlatformInit(); - // Get the ordered list of directories from which to load plugins - void GetPluginDirectories(std::vector<FilePath>* plugin_dirs); - // // Command-line switches // |