Index: ppapi/proxy/interface_proxy.h |
diff --git a/ppapi/proxy/interface_proxy.h b/ppapi/proxy/interface_proxy.h |
index 795944b43e501f81c58ea62ce7408f63372c1173..cdfbbede68b952c9fd3b677875258e8fedad4398 100644 |
--- a/ppapi/proxy/interface_proxy.h |
+++ b/ppapi/proxy/interface_proxy.h |
@@ -60,9 +60,6 @@ class InterfaceProxy : public IPC::Channel::Listener, |
// dispatcher manages our lifetime. |
InterfaceProxy(Dispatcher* dispatcher); |
- uint32 SendCallback(PP_CompletionCallback callback); |
- PP_CompletionCallback ReceiveCallback(uint32 serialized_callback); |
- |
private: |
Dispatcher* dispatcher_; |
}; |