Index: remoting/signaling/xmpp_signal_strategy_unittest.cc |
diff --git a/remoting/signaling/xmpp_signal_strategy_unittest.cc b/remoting/signaling/xmpp_signal_strategy_unittest.cc |
index 219398238b6f1b8ffb555d2e1915552cdd4b0ccb..b4c4a5374bcb29c01f37673d9fd1a9b31a974917 100644 |
--- a/remoting/signaling/xmpp_signal_strategy_unittest.cc |
+++ b/remoting/signaling/xmpp_signal_strategy_unittest.cc |
@@ -28,14 +28,6 @@ |
} |
void Reset() override {} |
- |
- bool AllReadDataConsumed() const override { |
- return true; |
- } |
- |
- bool AllWriteDataConsumed() const override { |
- return true; |
- } |
void ReceiveData(const std::string& text) { |
socket()->OnReadComplete( |