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

Unified Diff: chrome/browser/plugin_service.h

Issue 2262002: Add ppapi plugins to about:plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | « no previous file | chrome/browser/plugin_service.cc » ('j') | chrome/browser/plugin_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/plugin_service.cc » ('j') | chrome/browser/plugin_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698