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

Unified Diff: content/browser/renderer_host/pepper_udp_socket.h

Issue 9212047: Add GetBoundAddress to PPB_UDPSocket_Private (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add GetBoundAddress to retrieve address we bound to. 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: content/browser/renderer_host/pepper_udp_socket.h
diff --git a/content/browser/renderer_host/pepper_udp_socket.h b/content/browser/renderer_host/pepper_udp_socket.h
index ff3e6e819878e714eb24eb0507e775b7fae6a412..fb715c35e04db6726f4d90df5f24491471d27050 100644
--- a/content/browser/renderer_host/pepper_udp_socket.h
+++ b/content/browser/renderer_host/pepper_udp_socket.h
@@ -56,6 +56,7 @@ class PepperUDPSocket {
scoped_refptr<net::IOBuffer> sendto_buffer_;
net::IPEndPoint recvfrom_address_;
+ net::IPEndPoint bound_address_;
DISALLOW_COPY_AND_ASSIGN(PepperUDPSocket);
};
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper_udp_socket.cc » ('j') | content/browser/renderer_host/pepper_udp_socket.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698