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

Unified Diff: remoting/protocol/transport.h

Issue 1427003009: Implement WebrtcTransport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@transport_session.h
Patch Set: Created 5 years, 1 month 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: remoting/protocol/transport.h
diff --git a/remoting/protocol/transport.h b/remoting/protocol/transport.h
index 08d0aa3d672fa4b9ae8f1301644f57c353d6954c..00170c5ca18eee98b7f1693d8928fca6c73ef824 100644
--- a/remoting/protocol/transport.h
+++ b/remoting/protocol/transport.h
@@ -67,6 +67,9 @@ class Transport {
virtual void OnTransportRouteChange(const std::string& channel_name,
const TransportRoute& route) = 0;
+ // Called when the transport is connected.
+ virtual void OnTransportConnected() = 0;
+
// Called when there is an error connecting the session.
virtual void OnTransportError(ErrorCode error) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698