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

Unified Diff: extensions/browser/api/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: Use continuous loop to accept TCP connection Created 4 years, 3 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
Index: extensions/browser/api/cast_channel/cast_socket.h
diff --git a/extensions/browser/api/cast_channel/cast_socket.h b/extensions/browser/api/cast_channel/cast_socket.h
index ebf1550d14830625ca050878b491ccb50670a98d..d229dc0d15258284b0e20991b2c238a7e388bdfa 100644
--- a/extensions/browser/api/cast_channel/cast_socket.h
+++ b/extensions/browser/api/cast_channel/cast_socket.h
@@ -216,8 +216,8 @@ class CastSocketImpl : public CastSocket {
TestConnectChallengeVerificationFails);
friend class AuthTransportDelegate;
friend class ApiResourceManager<CastSocketImpl>;
- friend class CastSocketTest;
- friend class TestCastSocket;
+ friend class MockTestCastSocket;
+ friend class SslTestCastSocket;
void SetErrorState(ChannelError error_state) override;

Powered by Google App Engine
This is Rietveld 408576698