| Index: content/browser/renderer_host/p2p/socket_host_udp.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_udp.h b/content/browser/renderer_host/p2p/socket_host_udp.h
|
| index 6db6faa0e929d5c22ab895c2f82765d287ac7528..f4c002620b2d0a1e446d5e99f5b690a2e111f526 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_udp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_udp.h
|
| @@ -63,6 +63,8 @@ class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost {
|
|
|
| void OnError();
|
|
|
| + void SetSendBufferSize();
|
| +
|
| void DoRead();
|
| void OnRecv(int result);
|
| void HandleReadResult(int result);
|
|
|