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

Unified Diff: net/ssl/threaded_ssl_private_key.cc

Issue 2822283002: Remove SSLPrivateKey metadata hooks. (Closed)
Patch Set: emaxx comment Created 3 years, 8 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 | « net/ssl/threaded_ssl_private_key.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/threaded_ssl_private_key.cc
diff --git a/net/ssl/threaded_ssl_private_key.cc b/net/ssl/threaded_ssl_private_key.cc
index 42f01f6c0ed315916e4ec09cab49fbcca3b896b9..53e8c34d40a0796846a8f42f0dea2d9874030ac6 100644
--- a/net/ssl/threaded_ssl_private_key.cc
+++ b/net/ssl/threaded_ssl_private_key.cc
@@ -55,18 +55,10 @@ ThreadedSSLPrivateKey::ThreadedSSLPrivateKey(
task_runner_(std::move(task_runner)),
weak_factory_(this) {}
-SSLPrivateKey::Type ThreadedSSLPrivateKey::GetType() {
- return core_->delegate()->GetType();
-}
-
std::vector<SSLPrivateKey::Hash> ThreadedSSLPrivateKey::GetDigestPreferences() {
return core_->delegate()->GetDigestPreferences();
}
-size_t ThreadedSSLPrivateKey::GetMaxSignatureLengthInBytes() {
- return core_->delegate()->GetMaxSignatureLengthInBytes();
-}
-
void ThreadedSSLPrivateKey::SignDigest(
SSLPrivateKey::Hash hash,
const base::StringPiece& input,
« no previous file with comments | « net/ssl/threaded_ssl_private_key.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698