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

Unified Diff: net/ssl/ssl_platform_key_mac.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_mac.cc
diff --git a/net/ssl/ssl_platform_key_mac.cc b/net/ssl/ssl_platform_key_mac.cc
index 35628f819cc2300eb0967ddc43ac589587eb16df..fd27b3de8dbdd850bfa0049afd25ae5ddaefc230 100644
--- a/net/ssl/ssl_platform_key_mac.cc
+++ b/net/ssl/ssl_platform_key_mac.cc
@@ -244,7 +244,7 @@ scoped_refptr<SSLPrivateKey> FetchClientCertPrivateKey(
}
return make_scoped_refptr(new ThreadedSSLPrivateKey(
base::WrapUnique(new SSLPlatformKeyMac(private_key.get(), cssm_key)),
- GetSSLPlatformKeyTaskRunner()));
+ SSLPlatformKeyTaskRunner::Get()));
}
#pragma clang diagnostic pop // "-Wdeprecated-declarations"

Powered by Google App Engine
This is Rietveld 408576698