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 e759cc5578f23383b7c5410796a242c3ffa805a8..e84458643a9045d0493410fea27bfff1c7e38d9e 100644 |
--- a/net/spdy/spdy_test_util_common.cc |
+++ b/net/spdy/spdy_test_util_common.cc |
@@ -648,6 +648,12 @@ class FakeSpdySessionClientSocket : public MockClientSocket { |
return false; |
} |
+ bool InSessionCache() const { return false; } |
+ |
+ void OnSessionComplete(const base::Closure& cb) const { return; } |
+ |
+ void OnSocketFailure(const base::Closure& cb) { return; } |
wtc
2014/07/08 01:25:43
Are you sure we need to add these three methods?
mshelley
2014/07/09 19:51:02
Done.
|
+ |
private: |
int read_result_; |
}; |