summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/dispatcher.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 18:26:36 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 18:26:36 +0000
commit912f3d6c2193584bc9376ed17f3dd2b90e78a40e (patch)
tree98729e7a810cc29cdc414ea8e0e75e9967a0ac4c /ppapi/proxy/dispatcher.h
parent0daefc769a7578184c1c57ef2b59970a41d8cf79 (diff)
downloadchromium_src-912f3d6c2193584bc9376ed17f3dd2b90e78a40e.zip
chromium_src-912f3d6c2193584bc9376ed17f3dd2b90e78a40e.tar.gz
chromium_src-912f3d6c2193584bc9376ed17f3dd2b90e78a40e.tar.bz2
Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.
Move & tweak PPP_Instance_Combined to ppapi_shared so the proxy can use it. Use versioned PPP_Instance types only. BUG=82606 TEST=run tests o.o.p. Review URL: http://codereview.chromium.org/7189045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/dispatcher.h')
-rw-r--r--ppapi/proxy/dispatcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/proxy/dispatcher.h b/ppapi/proxy/dispatcher.h
index 39fa1e0..348c91c 100644
--- a/ppapi/proxy/dispatcher.h
+++ b/ppapi/proxy/dispatcher.h
@@ -93,8 +93,6 @@ class Dispatcher : public ProxyChannel {
InterfaceID id);
static const InterfaceProxy::Info* GetPPPInterfaceInfo(
const std::string& name);
- static const InterfaceProxy::Info* GetPPPInterfaceInfo(
- InterfaceID id);
protected:
Dispatcher(base::ProcessHandle remote_process_handle,