summaryrefslogtreecommitdiffstats
path: root/jingle/glue/fake_ssl_client_socket.h
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2016-03-22 10:45:41 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-22 17:46:52 +0000
commitf933e0e731bf83f77540415e4ff719480323af80 (patch)
tree0a1b2a2fd1064947f85ebc415933c2b582fe343e /jingle/glue/fake_ssl_client_socket.h
parentbab2e5a737dae7594d25d90bf27965590d3406b3 (diff)
downloadchromium_src-f933e0e731bf83f77540415e4ff719480323af80.zip
chromium_src-f933e0e731bf83f77540415e4ff719480323af80.tar.gz
chromium_src-f933e0e731bf83f77540415e4ff719480323af80.tar.bz2
net: remove UsingTCPFastOpen() method from StreamSocket class
Commit c4699f6 ("net: add IsUsingTCPFastOpen() method to SequencedSocketData test class") removed the usage of UsingTCPFastOpen(), so now it can be removed safely. BUG=488598 TEST=net_unittests R=mmenke@chromium.org TBR=dgozman@chromium.org,sergeyu@chromium.org Review URL: https://codereview.chromium.org/1821633003 Cr-Commit-Position: refs/heads/master@{#382604}
Diffstat (limited to 'jingle/glue/fake_ssl_client_socket.h')
-rw-r--r--jingle/glue/fake_ssl_client_socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/jingle/glue/fake_ssl_client_socket.h b/jingle/glue/fake_ssl_client_socket.h
index 5bd4a0d..f4a2040 100644
--- a/jingle/glue/fake_ssl_client_socket.h
+++ b/jingle/glue/fake_ssl_client_socket.h
@@ -64,7 +64,6 @@ class FakeSSLClientSocket : public net::StreamSocket {
void SetSubresourceSpeculation() override;
void SetOmniboxSpeculation() override;
bool WasEverUsed() const override;
- bool UsingTCPFastOpen() const override;
bool WasNpnNegotiated() const override;
net::NextProto GetNegotiatedProtocol() const override;
bool GetSSLInfo(net::SSLInfo* ssl_info) override;