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

Unified Diff: net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc

Issue 7812036: Update base/timer.h code to pass through Location from call sites. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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: net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
index 6b7283df25624240945316045d6571a59273963f..0f5251070c9fa6a564907f26b851f9b30e9e4242 100644
--- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
+++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
@@ -59,7 +59,7 @@ void DhcpProxyScriptAdapterFetcher::Fetch(
callback_ = callback;
wait_timer_.Start(ImplGetTimeout(),
- this, &DhcpProxyScriptAdapterFetcher::OnTimeout);
+ this, &DhcpProxyScriptAdapterFetcher::OnTimeout, FROM_HERE);
worker_thread_ = ImplCreateWorkerThread(AsWeakPtr());
worker_thread_->Start(adapter_name);
}

Powered by Google App Engine
This is Rietveld 408576698