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

Unified Diff: remoting/protocol/transport.cc

Issue 1545743002: Move ownership of Transport out of Session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_not_pass_client
Patch Set: Created 5 years 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 | « remoting/protocol/transport.h ('k') | remoting/protocol/transport_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/transport.cc
diff --git a/remoting/protocol/transport.cc b/remoting/protocol/transport.cc
index 41eef833722d70eb04677b2798979a46c1f18f76..e122ca07eade8dc567c4a388bb4505c12218fe17 100644
--- a/remoting/protocol/transport.cc
+++ b/remoting/protocol/transport.cc
@@ -26,9 +26,5 @@ std::string TransportRoute::GetTypeString(RouteType type) {
TransportRoute::TransportRoute() : type(DIRECT) {}
TransportRoute::~TransportRoute() {}
-WebrtcTransport* Transport::AsWebrtcTransport() {
- return nullptr;
-}
-
} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/transport.h ('k') | remoting/protocol/transport_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698