| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.h b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| index f44bfd56791c8e9525c56f5fc32af3018567a127..c6b80b59a56a1fe1e8909146b6ea138399253d25 100644
|
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| @@ -81,10 +81,6 @@ class P2PSocketDispatcherHost
|
|
|
| bool monitoring_networks_;
|
|
|
| - // List or routing IDs for the hosts that have subscribed to the
|
| - // network list notifications.
|
| - std::set<int> notifications_routing_ids_;
|
| -
|
| std::set<DnsRequest*> dns_requests_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(P2PSocketDispatcherHost);
|
|
|