| Index: webkit/plugins/npapi/plugin_list.h
|
| diff --git a/webkit/plugins/npapi/plugin_list.h b/webkit/plugins/npapi/plugin_list.h
|
| index 553b554cb4379c8215d3bb7e426c97822b2b3e1a..84026eb0125f2ff712b0adb33025725d5cefc26b 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
|
| //
|
|
|