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

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

Issue 9212047: Add GetBoundAddress to PPB_UDPSocket_Private (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: a few small changes after self review Created 8 years, 11 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/udp_socket_private_impl.h
diff --git a/ppapi/shared_impl/private/udp_socket_private_impl.h b/ppapi/shared_impl/private/udp_socket_private_impl.h
index 01242c12b3cf4777ec2c8e086ee51984c2411640..a6b367beb44638aa3f50535191d4175c6dff8eaf 100644
--- a/ppapi/shared_impl/private/udp_socket_private_impl.h
+++ b/ppapi/shared_impl/private/udp_socket_private_impl.h
@@ -53,7 +53,7 @@ class PPAPI_SHARED_EXPORT UDPSocketPrivateImpl
virtual void Close() OVERRIDE;
// Notifications from the proxy.
- void OnBindCompleted(bool succeeded);
+ void OnBindCompleted(bool succeeded, uint32 bound_port);
void OnRecvFromCompleted(bool succeeded,
const std::string& data,
const PP_NetAddress_Private& addr);

Powered by Google App Engine
This is Rietveld 408576698