Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: webkit/glue/plugins/plugin_list.h

Issue 19625: Add support for dynamically loading internal plugins (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/plugins/plugin_lib_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « webkit/glue/plugins/plugin_lib_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698