Index: net/proxy/init_proxy_resolver.cc |
diff --git a/net/proxy/init_proxy_resolver.cc b/net/proxy/init_proxy_resolver.cc |
index d2983b650543694ada3bbbc4b6a2a61664e2d861..c63fe3730bcaecfc72b8e49f63e3047639be4e77 100644 |
--- a/net/proxy/init_proxy_resolver.cc |
+++ b/net/proxy/init_proxy_resolver.cc |
@@ -165,7 +165,8 @@ int InitProxyResolver::DoWait() { |
return OK; |
// Otherwise wait the specified amount of time. |
- wait_timer_.Start(wait_delay_, this, &InitProxyResolver::OnWaitTimerFired); |
+ wait_timer_.Start(wait_delay_, this, &InitProxyResolver::OnWaitTimerFired, |
+ FROM_HERE); |
net_log_.BeginEvent(NetLog::TYPE_INIT_PROXY_RESOLVER_WAIT, NULL); |
return ERR_IO_PENDING; |
} |