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

Unified Diff: blimp/net/tcp_engine_transport.h

Issue 2439403003: Refactor BlimpConnection to TCPConnection (Closed)
Patch Set: Sync merge Created 4 years, 2 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: blimp/net/tcp_engine_transport.h
diff --git a/blimp/net/tcp_engine_transport.h b/blimp/net/tcp_engine_transport.h
index 93f426b88e9837825d39c52b3459e9f1f9f2da1c..d22fe2fbb3a53d15e633e4ea0019a181bb932a3f 100644
--- a/blimp/net/tcp_engine_transport.h
+++ b/blimp/net/tcp_engine_transport.h
@@ -34,7 +34,8 @@ class BLIMP_NET_EXPORT TCPEngineTransport : public BlimpTransport {
// BlimpTransport implementation.
void Connect(const net::CompletionCallback& callback) override;
- std::unique_ptr<MessagePort> TakeMessagePort() override;
+ std::unique_ptr<BlimpConnection> MakeConnection() override;
+ std::unique_ptr<MessagePort> TakeMessagePort();
const char* GetName() const override;
int GetLocalAddress(net::IPEndPoint* address) const;

Powered by Google App Engine
This is Rietveld 408576698