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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 8440027: Change renderer_client interface for registering PPAPI Factories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update other renderer_clients Created 9 years, 1 month 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 | « chrome/renderer/chrome_ppapi_interfaces.cc ('k') | content/renderer/mock_content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index ca599cf80efce4c95ca267d35c11f146c256281b..521f4b930bd58a95291655cde0fa96d73c4b7e15 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -25,6 +25,12 @@ struct WebPluginParams;
struct WebURLError;
}
+namespace webkit {
+namespace ppapi {
+class PpapiInterfaceFactoryManager;
+}
+}
+
namespace v8 {
class Context;
template<class T> class Handle;
@@ -142,6 +148,9 @@ class ContentRendererClient {
// True if the protocol implemented to serve |url| supports features required
// by the media engine.
virtual bool IsProtocolSupportedForMedia(const GURL& url) = 0;
+
+ virtual void RegisterPPAPIInterfaceFactories(
+ webkit::ppapi::PpapiInterfaceFactoryManager* factory_manager) = 0;
};
} // namespace content
« no previous file with comments | « chrome/renderer/chrome_ppapi_interfaces.cc ('k') | content/renderer/mock_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698