Index: remoting/host/remoting_me2me_host.cc |
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc |
index 96fe46e40165ff34fb2a592013ed555494c8eaff..2155b88e48af04be72d70072eb9f21c4e08fa923 100644 |
--- a/remoting/host/remoting_me2me_host.cc |
+++ b/remoting/host/remoting_me2me_host.cc |
@@ -1545,13 +1545,6 @@ int HostProcessMain() { |
scoped_ptr<net::NetworkChangeNotifier> network_change_notifier( |
net::NetworkChangeNotifier::Create()); |
- // BasicURLRequestContext holds references to threads, so it needs to be |
- // dereferences on UI threads. Store the reference to the URLRequestGetter to |
- // make sure it's not destroyed on other threads. |
- // TODO(sergeyu): Consider fixing it in BasicURLRequestContext. |
- scoped_refptr<net::URLRequestContextGetter> url_request_context_getter = |
- context->url_request_context_getter(); |
- |
// Create & start the HostProcess using these threads. |
// TODO(wez): The HostProcess holds a reference to itself until Shutdown(). |
// Remove this hack as part of the multi-process refactoring. |