Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Unified Diff: components/cast_channel/cast_test_util.h

Issue 2942743002: [cast_channel] Clean up CastSocketImpl ctor parameters (Closed)
Patch Set: fix compile error Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cast_channel/cast_socket_unittest.cc ('k') | components/cast_channel/cast_transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cast_channel/cast_test_util.h
diff --git a/components/cast_channel/cast_test_util.h b/components/cast_channel/cast_test_util.h
index 48273c223efe8267c194b6d2a60c64f42fc08b34..e75b888ca76c7ec0389f539bb18ec85ce065917b 100644
--- a/components/cast_channel/cast_test_util.h
+++ b/components/cast_channel/cast_test_util.h
@@ -77,7 +77,6 @@ class MockCastSocket : public CastSocket {
MOCK_CONST_METHOD0(ip_endpoint, const net::IPEndPoint&());
MOCK_CONST_METHOD0(id, int());
MOCK_METHOD1(set_id, void(int id));
- MOCK_CONST_METHOD0(channel_auth, ChannelAuthType());
MOCK_CONST_METHOD0(ready_state, ReadyState());
MOCK_CONST_METHOD0(error_state, ChannelError());
MOCK_CONST_METHOD0(keep_alive, bool(void));
« no previous file with comments | « components/cast_channel/cast_socket_unittest.cc ('k') | components/cast_channel/cast_transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698