Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / transport.h
index 196b9d2..eb20e12 100644 (file)
@@ -80,14 +80,6 @@ class Transport : public base::NonThreadSafe {
     virtual void OnTransportRouteChange(Transport* transport,
                                         const TransportRoute& route) = 0;
 
-    // Called when the transport inactivity state changes. When
-    // |ready| is set to false incoming and outgoing data may be
-    // delayed until connection goes back to the active state, at
-    // which point that method is called again with |ready| set to
-    // true. This is useful for UI indication of temporarily broken
-    // connections.
-    virtual void OnTransportReady(Transport* transport, bool ready) = 0;
-
     // Called when when the transport has failed to connect or reconnect.
     virtual void OnTransportFailed(Transport* transport) = 0;