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

Unified Diff: net/ssl/ssl_platform_key_chromecast.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_chromecast.cc
diff --git a/net/ssl/ssl_platform_key_chromecast.cc b/net/ssl/ssl_platform_key_chromecast.cc
index 6ee005de84acdba704d4754565cf61c5a7d76f74..fe04cdf7867986e0f55cf6ba6982a7ed391fbfa6 100644
--- a/net/ssl/ssl_platform_key_chromecast.cc
+++ b/net/ssl/ssl_platform_key_chromecast.cc
@@ -129,7 +129,7 @@ scoped_refptr<SSLPrivateKey> FetchClientCertPrivateKey(
return make_scoped_refptr(new ThreadedSSLPrivateKey(
base::WrapUnique(new SSLPlatformKeyChromecast(std::move(key))),
- GetSSLPlatformKeyTaskRunner()));
+ SSLPlatformKeyTaskRunner::Get()));
}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698