| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| index 04a097e564a9713ecff114b1525f55cc63c7b554..724294f085e04b45794059feebbfe84ee47f783f 100644
|
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| @@ -5,7 +5,6 @@
|
| #include "content/browser/renderer_host/p2p/socket_dispatcher_host.h"
|
|
|
| #include "base/bind.h"
|
| -#include "base/profiler/scoped_tracker.h"
|
| #include "base/stl_util.h"
|
| #include "content/browser/renderer_host/p2p/socket_host.h"
|
| #include "content/common/p2p_messages.h"
|
| @@ -69,11 +68,6 @@ class P2PSocketDispatcherHost::DnsRequest {
|
|
|
| private:
|
| void OnDone(int result) {
|
| - // TODO(vadimt): Remove ScopedTracker below once crbug.com/436634 is fixed.
|
| - tracked_objects::ScopedTracker tracking_profile(
|
| - FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| - "436634 P2PSocketDispatcherHost::DnsRequest::OnDone"));
|
| -
|
| net::IPAddressList list;
|
| if (result != net::OK) {
|
| LOG(ERROR) << "Failed to resolve address for " << host_name_
|
|
|