diff options
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r-- | chrome/browser/plugin_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h index 3ed6f31..b20e5ae 100644 --- a/chrome/browser/plugin_service.h +++ b/chrome/browser/plugin_service.h @@ -117,6 +117,8 @@ class PluginService // the given URL. bool PluginAllowedForURL(const FilePath& plugin_path, const GURL& url); + void RegisterPepperPlugins(); + // mapping between plugin path and PluginProcessHost typedef base::hash_map<FilePath, PluginProcessHost*> PluginMap; PluginMap plugin_hosts_; |