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

Unified Diff: components/cast_channel/cast_socket.h

Issue 2093923004: [Cast Channel] Add real SSL tests to CastSocketTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 3 years, 5 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 | « no previous file | components/cast_channel/cast_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cast_channel/cast_socket.h
diff --git a/components/cast_channel/cast_socket.h b/components/cast_channel/cast_socket.h
index e51d26f281efddbf17f325fce34030ce000ff04f..566993b533a88f1125dfd67bdd4189190fa6a9b6 100644
--- a/components/cast_channel/cast_socket.h
+++ b/components/cast_channel/cast_socket.h
@@ -234,16 +234,8 @@ class CastSocketImpl : public CastSocket {
void Connect();
private:
- FRIEND_TEST_ALL_PREFIXES(CastSocketTest, TestConnectAuthMessageCorrupted);
- FRIEND_TEST_ALL_PREFIXES(CastSocketTest,
- TestConnectChallengeReplyReceiveError);
- FRIEND_TEST_ALL_PREFIXES(CastSocketTest,
- TestConnectChallengeVerificationFails);
- FRIEND_TEST_ALL_PREFIXES(CastSocketTest, TestObservers);
+ FRIEND_TEST_ALL_PREFIXES(MockCastSocketTest, TestObservers);
friend class AuthTransportDelegate;
- friend class CastSocketMessageDelegate;
- friend class CastSocketTest;
- friend class TestCastSocket;
void SetErrorState(ChannelError error_state) override;
« no previous file with comments | « no previous file | components/cast_channel/cast_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698