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

Unified Diff: ppapi/shared_impl/private/ppb_tcp_server_socket_shared.h

Issue 20777009: A few more cleanups to the pepper code. Dispatch IPCs in the sockets implementations directly by ha… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix tcp tests Created 7 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/shared_impl/private/ppb_tcp_server_socket_shared.h
===================================================================
--- ppapi/shared_impl/private/ppb_tcp_server_socket_shared.h (revision 214423)
+++ ppapi/shared_impl/private/ppb_tcp_server_socket_shared.h (working copy)
@@ -44,10 +44,6 @@
void OnListenCompleted(uint32 socket_id,
const PP_NetAddress_Private& local_addr,
int32_t status);
- virtual void OnAcceptCompleted(bool succeeded,
- uint32 accepted_socket_id,
- const PP_NetAddress_Private& local_addr,
- const PP_NetAddress_Private& remote_addr) = 0;
// Send functions that need to be implemented differently for the
// proxied and non-proxied derived classes.

Powered by Google App Engine
This is Rietveld 408576698