Index: content/renderer/pepper/renderer_ppapi_host_impl.h |
=================================================================== |
--- content/renderer/pepper/renderer_ppapi_host_impl.h (revision 215615) |
+++ content/renderer/pepper/renderer_ppapi_host_impl.h (working copy) |
@@ -29,7 +29,6 @@ |
namespace content { |
-class PepperBrowserConnection; |
class PepperInProcessRouter; |
class PepperPluginInstanceImpl; |
class PluginModule; |
@@ -72,8 +71,6 @@ |
scoped_ptr< ::ppapi::thunk::ResourceCreationAPI> |
CreateInProcessResourceCreationAPI(PepperPluginInstanceImpl* instance); |
- PepperBrowserConnection* GetBrowserConnection(PP_Instance instance) const; |
- |
PepperPluginInstanceImpl* GetPluginInstanceImpl(PP_Instance instance) const; |
// RendererPpapiHost implementation. |