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 |