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

Unified Diff: ppapi/proxy/resource_creation_proxy.h

Issue 10815073: Refactoring of new IPC-only pepper implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: ppapi/proxy/resource_creation_proxy.h
diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
index 5bfb560de67a121d8586e3a73734ccbba7d03677..b7ccaa0629bac253a0733c05d808de42dd7c04d7 100644
--- a/ppapi/proxy/resource_creation_proxy.h
+++ b/ppapi/proxy/resource_creation_proxy.h
@@ -23,6 +23,7 @@ class HostResource;
namespace proxy {
+struct Connection;
class Dispatcher;
class ResourceCreationProxy : public InterfaceProxy,
@@ -162,6 +163,7 @@ class ResourceCreationProxy : public InterfaceProxy,
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
private:
+ Connection GetConnection();
DISALLOW_COPY_AND_ASSIGN(ResourceCreationProxy);
};

Powered by Google App Engine
This is Rietveld 408576698