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

Unified Diff: net/socket/socket_test_util.cc

Issue 949633002: Include both certificate chains in invalid cert reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a comment to cert logger pb Created 5 years, 10 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/socket/socket_test_util.cc
diff --git a/net/socket/socket_test_util.cc b/net/socket/socket_test_util.cc
index 791c9f684804dd7fd74ac8adee3b2a5e7d8cc164..ea1df6a12d65fd71e806f24e618e4f3e0bdefe86 100644
--- a/net/socket/socket_test_util.cc
+++ b/net/socket/socket_test_util.cc
@@ -814,12 +814,6 @@ MockClientSocket::GetNextProto(std::string* proto) {
return SSLClientSocket::kNextProtoUnsupported;
}
-scoped_refptr<X509Certificate>
-MockClientSocket::GetUnverifiedServerCertificateChain() const {
- NOTREACHED();
- return NULL;
-}
-
MockClientSocket::~MockClientSocket() {}
void MockClientSocket::RunCallbackAsync(const CompletionCallback& callback,

Powered by Google App Engine
This is Rietveld 408576698