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

Unified Diff: ppapi/proxy/interface_proxy.h

Issue 8226009: Remove the proxy callback tracker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 2 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/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_;
};

Powered by Google App Engine
This is Rietveld 408576698