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

Unified Diff: content/common/p2p_messages.h

Issue 13584008: Send notification about outgoing p2p packets from browser to renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/common/p2p_messages.h
diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h
index 59f6a8f629a8aea087c275a3c21e850247537049..6b13831ec96aca6d40958e65791dc195bc855cc0 100644
--- a/content/common/p2p_messages.h
+++ b/content/common/p2p_messages.h
@@ -35,6 +35,9 @@ IPC_MESSAGE_CONTROL2(P2PMsg_OnSocketCreated,
int /* socket_id */,
net::IPEndPoint /* socket_address */)
+IPC_MESSAGE_CONTROL1(P2PMsg_OnSendComplete,
+ int /* socket_id */)
+
IPC_MESSAGE_CONTROL1(P2PMsg_OnError,
int /* socket_id */)

Powered by Google App Engine
This is Rietveld 408576698