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

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 dbc898905cef0d1d771f060e49f43d328bdc3af7..4bb7ab9c4cd7a2f4d7cd17fb4f7321ca52878e6d 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,
@@ -158,6 +159,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