| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/p2p/socket_dispatcher_host.h (revision 270218)
|
| +++ content/browser/renderer_host/p2p/socket_dispatcher_host.h (working copy)
|
| @@ -60,9 +60,8 @@
|
| P2PSocketHost* LookupSocket(int socket_id);
|
|
|
| // Handlers for the messages coming from the renderer.
|
| - void OnStartNetworkNotifications(const IPC::Message& msg);
|
| - void OnStopNetworkNotifications(const IPC::Message& msg);
|
| -
|
| + void OnStartNetworkNotifications();
|
| + void OnStopNetworkNotifications();
|
| void OnGetHostAddress(const std::string& host_name,
|
| int32 request_id);
|
|
|
|
|