| Index: remoting/protocol/pepper_session.h
|
| diff --git a/remoting/protocol/pepper_session.h b/remoting/protocol/pepper_session.h
|
| index d44112a25a3a3d8ef5bef9d69c1325347f1c5fbe..eaaaa6e6f40d66d8821c1e0b8df347e2882e49df 100644
|
| --- a/remoting/protocol/pepper_session.h
|
| +++ b/remoting/protocol/pepper_session.h
|
| @@ -48,6 +48,7 @@ class PepperSession : public Session {
|
| virtual void CreateDatagramChannel(
|
| const std::string& name,
|
| const DatagramChannelCallback& callback) OVERRIDE;
|
| + virtual void CancelChannelCreation(const std::string& name) OVERRIDE;
|
| virtual net::Socket* control_channel() OVERRIDE;
|
| virtual net::Socket* event_channel() OVERRIDE;
|
| virtual const std::string& jid() OVERRIDE;
|
|
|