diff options
author | honghaiz <honghaiz@google.com> | 2015-10-21 11:53:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-21 18:53:58 +0000 |
commit | b0defd00b93f83bf69760555bbb2d89892d930c8 (patch) | |
tree | 3caa76edf3727bd0cc4f9d74aea7a4ebbbc0c25b /remoting/protocol | |
parent | 85b10b4c9895d3bec7f982c9e1650aa98e2a7929 (diff) | |
download | chromium_src-b0defd00b93f83bf69760555bbb2d89892d930c8.zip chromium_src-b0defd00b93f83bf69760555bbb2d89892d930c8.tar.gz chromium_src-b0defd00b93f83bf69760555bbb2d89892d930c8.tar.bz2 |
Remove set_readable call because webrtc will remove this method.
BUG=
Review URL: https://codereview.chromium.org/1411253004
Cr-Commit-Position: refs/heads/master@{#355356}
Diffstat (limited to 'remoting/protocol')
-rw-r--r-- | remoting/protocol/channel_socket_adapter_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/protocol/channel_socket_adapter_unittest.cc b/remoting/protocol/channel_socket_adapter_unittest.cc index d488c4b..aa1efc6 100644 --- a/remoting/protocol/channel_socket_adapter_unittest.cc +++ b/remoting/protocol/channel_socket_adapter_unittest.cc @@ -33,7 +33,6 @@ class MockTransportChannel : public cricket::TransportChannel { public: MockTransportChannel() : cricket::TransportChannel(std::string(), 0) { set_writable(true); - set_readable(true); } MOCK_METHOD4(SendPacket, int(const char* data, |