Chromium Code Reviews| Index: chrome/browser/plugin_service.h |
| =================================================================== |
| --- chrome/browser/plugin_service.h (revision 48402) |
| +++ chrome/browser/plugin_service.h (working copy) |
| @@ -117,6 +117,8 @@ |
| // 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_; |