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

Unified Diff: content/renderer/pepper/renderer_ppapi_host_impl.h

Issue 20777009: A few more cleanups to the pepper code. Dispatch IPCs in the sockets implementations directly by ha… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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
Index: content/renderer/pepper/renderer_ppapi_host_impl.h
===================================================================
--- content/renderer/pepper/renderer_ppapi_host_impl.h (revision 214423)
+++ 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.

Powered by Google App Engine
This is Rietveld 408576698