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

Unified Diff: net/ssl/ssl_platform_key_android.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
« no previous file with comments | « no previous file | net/ssl/ssl_platform_key_chromecast.cc » ('j') | net/ssl/ssl_platform_key_task_runner.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_platform_key_android.cc
diff --git a/net/ssl/ssl_platform_key_android.cc b/net/ssl/ssl_platform_key_android.cc
index 800107a5dc4747c153bf0dc130df2de5fe4959df..df0900b90aadaf76ce39027bc61c2e62ea5d4a8f 100644
--- a/net/ssl/ssl_platform_key_android.cc
+++ b/net/ssl/ssl_platform_key_android.cc
@@ -123,7 +123,7 @@ scoped_refptr<SSLPrivateKey> WrapOpenSSLPrivateKey(crypto::ScopedEVP_PKEY key) {
}
return make_scoped_refptr(new ThreadedSSLPrivateKey(
base::WrapUnique(new SSLPlatformKeyAndroid(std::move(key), type)),
- GetSSLPlatformKeyTaskRunner()));
+ SSLPlatformKeyTaskRunner::Get()));
}
} // namespace
« no previous file with comments | « no previous file | net/ssl/ssl_platform_key_chromecast.cc » ('j') | net/ssl/ssl_platform_key_task_runner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698