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

Unified Diff: net/socket/ssl_client_socket_nss.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/socket/ssl_client_socket_nss.cc
diff --git a/net/socket/ssl_client_socket_nss.cc b/net/socket/ssl_client_socket_nss.cc
index fdac8055185a30b3c649c26ecb42a64e7d59ab70..a73b192a40a4b6b19419a3f81d15b8c66ebf7314 100644
--- a/net/socket/ssl_client_socket_nss.cc
+++ b/net/socket/ssl_client_socket_nss.cc
@@ -2054,7 +2054,7 @@ SECStatus SSLClientSocketNSS::OwnAuthCertHandler(void* arg,
that->corked_ = true;
that->uncork_timer_.Start(
base::TimeDelta::FromMilliseconds(kCorkTimeoutMs),
- that, &SSLClientSocketNSS::UncorkAfterTimeout);
+ that, &SSLClientSocketNSS::UncorkAfterTimeout, FROM_HERE);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698