| Index: webkit/glue/plugins/plugin_list.h
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_list.h (revision 8751)
|
| +++ webkit/glue/plugins/plugin_list.h (working copy)
|
| @@ -73,6 +73,10 @@
|
| // WebPluginInfo has been filled in |info|.
|
| bool GetPluginInfoByPath(const FilePath& plugin_path,
|
| WebPluginInfo* info);
|
| +
|
| + // Load a specific plugin with full path.
|
| + void LoadPlugin(const FilePath& filename);
|
| +
|
| private:
|
| // Constructors are private for singletons
|
| PluginList();
|
| @@ -83,9 +87,6 @@
|
| // Load all plugins from a specific directory
|
| void LoadPluginsFromDir(const FilePath& path);
|
|
|
| - // Load a specific plugin with full path.
|
| - void LoadPlugin(const FilePath& filename);
|
| -
|
| // Returns true if we should load the given plugin, or false otherwise.
|
| bool ShouldLoadPlugin(const WebPluginInfo& info);
|
|
|
|
|