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

Unified Diff: net/ssl/ssl_client_auth_cache_unittest.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/openssl_client_key_store_unittest.cc ('k') | net/ssl/ssl_platform_key_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_client_auth_cache_unittest.cc
diff --git a/net/ssl/ssl_client_auth_cache_unittest.cc b/net/ssl/ssl_client_auth_cache_unittest.cc
index c6b608b2604377ecb897b13dfb0f438aa3558722..f61c3a01f794d64e288feb5d6d713eb7d730704b 100644
--- a/net/ssl/ssl_client_auth_cache_unittest.cc
+++ b/net/ssl/ssl_client_auth_cache_unittest.cc
@@ -18,18 +18,11 @@ class MockSSLPrivateKey : public SSLPrivateKey {
public:
MockSSLPrivateKey() {}
- Type GetType() override { return Type::RSA; }
-
std::vector<SSLPrivateKey::Hash> GetDigestPreferences() override {
NOTIMPLEMENTED();
return std::vector<SSLPrivateKey::Hash>();
}
- size_t GetMaxSignatureLengthInBytes() override {
- NOTIMPLEMENTED();
- return 0;
- }
-
void SignDigest(Hash hash,
const base::StringPiece& input,
const SignCallback& callback) override {
« no previous file with comments | « net/ssl/openssl_client_key_store_unittest.cc ('k') | net/ssl/ssl_platform_key_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698