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

Unified Diff: net/socket/socket_test_util.h

Issue 1103173004: Remove WasChannelIDSent and friends from SSLClientSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@virtuals-wat-1
Patch Set: Created 5 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 | « no previous file | net/socket/socket_test_util.cc » ('j') | net/socket/ssl_client_socket_openssl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/socket_test_util.h
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index 0a6e569b11ca82102354334a95f07f96dbc5f3b6..702ddb563036008f90cfa89e22746fcd8382726d 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -1049,8 +1049,6 @@ class MockSSLClientSocket : public MockClientSocket, public AsyncSocket {
void OnWriteComplete(int rv) override;
void OnConnectComplete(const MockConnect& data) override;
- bool WasChannelIDSent() const override;
- void set_channel_id_sent(bool channel_id_sent) override;
ChannelIDService* GetChannelIDService() const override;
private:
« no previous file with comments | « no previous file | net/socket/socket_test_util.cc » ('j') | net/socket/ssl_client_socket_openssl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698