| Index: remoting/protocol/pepper_session.h
|
| diff --git a/remoting/protocol/pepper_session.h b/remoting/protocol/pepper_session.h
|
| index 3730d3ae8c2261f6ef481bcca0735e4b6d015ec9..b9fb212111381b9cc4fcbc404532f576ce531151 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:
|
|
|