From 634d23d868d58c80eb320cc6d0e01c14bb47276d Mon Sep 17 00:00:00 2001 From: "pastarmovj@chromium.org" Date: Wed, 19 Jan 2011 10:38:19 +0000 Subject: 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 --- webkit/plugins/npapi/plugin_list.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webkit/plugins/npapi') 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* 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* plugin_dirs); - // // Command-line switches // -- cgit v1.1