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

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: fix build error after rebase Created 8 years, 10 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
« no previous file with comments | « content/browser/renderer_host/pepper_udp_socket.cc ('k') | content/renderer/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dd14161b266045884e46a10e00f7a3494a0088f3..b99d83bfb1ae26feecb991b39f08d7926fe468e7 100644
--- a/content/renderer/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper_plugin_delegate_impl.h
@@ -414,7 +414,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,
« no previous file with comments | « content/browser/renderer_host/pepper_udp_socket.cc ('k') | content/renderer/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698