Index: content/browser/renderer_host/p2p/socket_host.h |
diff --git a/content/browser/renderer_host/p2p/socket_host.h b/content/browser/renderer_host/p2p/socket_host.h |
index b78a7f93fec8023d3ec70047c9bf157cfaa8204d..023b7219db789cc01ff6282795f08f2846b01429 100644 |
--- a/content/browser/renderer_host/p2p/socket_host.h |
+++ b/content/browser/renderer_host/p2p/socket_host.h |
@@ -62,6 +62,7 @@ class P2PSocketHost { |
// of success stores type of the message in |type|. |
static bool GetStunPacketType(const char* data, int data_size, |
StunMessageType* type); |
+ static bool IsRequestOrResponse(StunMessageType type); |
IPC::Message::Sender* message_sender_; |
int routing_id_; |