| Index: remoting/protocol/pepper_session.h
|
| diff --git a/remoting/protocol/pepper_session.h b/remoting/protocol/pepper_session.h
|
| index 8fc3248f215fe947acb246ab1ec6947031b23f89..33cd55481c092a8adbe96c751516ab8765595bc1 100644
|
| --- a/remoting/protocol/pepper_session.h
|
| +++ b/remoting/protocol/pepper_session.h
|
| @@ -63,6 +63,8 @@ class PepperSession : public Session,
|
| virtual void OnTransportCandidate(
|
| Transport* transport,
|
| const cricket::Candidate& candidate) OVERRIDE;
|
| + virtual void OnTransportRouteChange(Transport* transport,
|
| + const TransportRoute& route) OVERRIDE;
|
| virtual void OnTransportDeleted(Transport* transport) OVERRIDE;
|
|
|
| private:
|
|
|