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

Unified Diff: content/renderer/pepper_plugin_delegate_impl.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/renderer/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
index 22de0d565a95be445749d82b98c9b1e57d5e250a..cc60fe1e2f28bc45eadf45c30bfd75f282ca1179 100644
--- a/content/renderer/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper_plugin_delegate_impl.h
@@ -410,7 +410,8 @@ class PepperPluginDelegateImpl
int32_t bytes_written);
void OnUDPSocketBindACK(uint32 plugin_dispatcher_id,
uint32 socket_id,
- bool succeeded);
+ bool succeeded,
+ const PP_NetAddress_Private& addr);
void OnUDPSocketSendToACK(uint32 plugin_dispatcher_id,
uint32 socket_id,
bool succeeded,

Powered by Google App Engine
This is Rietveld 408576698