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

Unified Diff: remoting/protocol/transport.cc

Issue 1510343002: Add WebrtcConnectionToClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webrtc_thread
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/video_stream.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 13ed29fd25e649ebbbd65e9318d55c8b5a4d246b..41eef833722d70eb04677b2798979a46c1f18f76 100644
--- a/remoting/protocol/transport.cc
+++ b/remoting/protocol/transport.cc
@@ -23,10 +23,11 @@ std::string TransportRoute::GetTypeString(RouteType type) {
return std::string();
}
-TransportRoute::TransportRoute() : type(DIRECT) {
-}
+TransportRoute::TransportRoute() : type(DIRECT) {}
+TransportRoute::~TransportRoute() {}
-TransportRoute::~TransportRoute() {
+WebrtcTransport* Transport::AsWebrtcTransport() {
+ return nullptr;
}
} // namespace protocol
« no previous file with comments | « remoting/protocol/transport.h ('k') | remoting/protocol/video_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698