Chromium Code Reviews| Index: net/spdy/spdy_test_util_common.cc |
| diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc |
| index 627eeee0efca7dca20982d4a2496e6e20413fdf6..98c8872c6e6b9b104ebfd306487b20b57b34f8e7 100644 |
| --- a/net/spdy/spdy_test_util_common.cc |
| +++ b/net/spdy/spdy_test_util_common.cc |
| @@ -605,11 +605,6 @@ class FakeSpdySessionClientSocket : public MockClientSocket { |
| return false; |
| } |
| - bool UsingTCPFastOpen() const override { |
| - ADD_FAILURE(); |
| - return false; |
| - } |
| - |
| bool WasNpnNegotiated() const override { |
| ADD_FAILURE(); |
| return false; |