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

Unified Diff: net/proxy/dhcp_proxy_script_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_fetcher_win.cc
diff --git a/net/proxy/dhcp_proxy_script_fetcher_win.cc b/net/proxy/dhcp_proxy_script_fetcher_win.cc
index 545328453c281bf96b6f8d171e155330c339e8cf..b096f813db1198da099ab1ec6b0baf2eaec6d843 100644
--- a/net/proxy/dhcp_proxy_script_fetcher_win.cc
+++ b/net/proxy/dhcp_proxy_script_fetcher_win.cc
@@ -171,7 +171,7 @@ void DhcpProxyScriptFetcherWin::OnFetcherDone(int result) {
state_ = STATE_SOME_RESULTS;
wait_timer_.Start(
base::TimeDelta::FromMilliseconds(ImplGetMaxWaitMs()),
- this, &DhcpProxyScriptFetcherWin::OnWaitTimer);
+ this, &DhcpProxyScriptFetcherWin::OnWaitTimer, FROM_HERE);
}
}

Powered by Google App Engine
This is Rietveld 408576698