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

Unified Diff: net/ssl/ssl_platform_key_nss.cc

Issue 2103883004: Remove dependency of SSLPlatformKeyTaskRunner on single-threaded SequencedWorkerPool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2_hook
Patch Set: Clarify API further. Created 4 years, 6 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/ssl/ssl_platform_key_nss.cc
diff --git a/net/ssl/ssl_platform_key_nss.cc b/net/ssl/ssl_platform_key_nss.cc
index fc05976e9609ddeeb9b1cda66a33dc47e2110df0..d63f266cc11706611714a1a207981a3e7f22378a 100644
--- a/net/ssl/ssl_platform_key_nss.cc
+++ b/net/ssl/ssl_platform_key_nss.cc
@@ -184,7 +184,7 @@ scoped_refptr<SSLPrivateKey> FetchClientCertPrivateKey(
}
return make_scoped_refptr(new ThreadedSSLPrivateKey(
base::WrapUnique(new SSLPlatformKeyNSS(type, std::move(key))),
- GetSSLPlatformKeyTaskRunner()));
+ SSLPlatformKeyTaskRunner::Get()));
}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698