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

Unified Diff: content/browser/renderer_host/p2p/socket_dispatcher_host.h

Issue 10917167: Refactor the P2PSocketDispatcher to be created on the RenderThread instead of the RenderView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change P2PSocketDispatcher to take the io message loop as input to fix existing unit tests Created 8 years, 3 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/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);

Powered by Google App Engine
This is Rietveld 408576698