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

Unified Diff: chrome/browser/extensions/api/socket/tls_socket_unittest.cc

Issue 981723008: Unwind the SSL connection holdback experiment and remove related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename & reformat Created 5 years, 9 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 | chrome/browser/io_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/socket/tls_socket_unittest.cc
diff --git a/chrome/browser/extensions/api/socket/tls_socket_unittest.cc b/chrome/browser/extensions/api/socket/tls_socket_unittest.cc
index a427bd0e898d78d35967563b6fae356f2fdb303e..a0c9cdeef5c801a7f78b261c1222b5b08e3eeab2 100644
--- a/chrome/browser/extensions/api/socket/tls_socket_unittest.cc
+++ b/chrome/browser/extensions/api/socket/tls_socket_unittest.cc
@@ -60,9 +60,6 @@ class MockSSLClientSocket : public net::SSLClientSocket {
unsigned char*,
unsigned int));
MOCK_METHOD1(GetTLSUniqueChannelBinding, int(std::string*));
- MOCK_CONST_METHOD0(GetSessionCacheKey, std::string());
- MOCK_CONST_METHOD0(InSessionCache, bool());
- MOCK_METHOD1(SetHandshakeCompletionCallback, void(const base::Closure&));
MOCK_METHOD1(GetSSLCertRequestInfo, void(net::SSLCertRequestInfo*));
MOCK_METHOD1(GetNextProto,
net::SSLClientSocket::NextProtoStatus(std::string*));
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698