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

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: fix browsertest Created 7 years, 4 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 | « content/renderer/pepper/quota_file_io.cc ('k') | content/renderer/pepper/renderer_ppapi_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/renderer/pepper/quota_file_io.cc ('k') | content/renderer/pepper/renderer_ppapi_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698