| Index: remoting/protocol/pepper_stream_channel.h
|
| diff --git a/remoting/protocol/pepper_stream_channel.h b/remoting/protocol/pepper_stream_channel.h
|
| index 4041a6816d270ec5d65a1ad26754638159a7ce34..dbe206e4d34f86a9e7934becc8d2b98151783e41 100644
|
| --- a/remoting/protocol/pepper_stream_channel.h
|
| +++ b/remoting/protocol/pepper_stream_channel.h
|
| @@ -39,7 +39,8 @@ class PepperStreamChannel : public PepperChannel,
|
| const TransportConfig& transport_config,
|
| const std::string& remote_cert) OVERRIDE;
|
| virtual void AddRemoveCandidate(const cricket::Candidate& candidate) OVERRIDE;
|
| - virtual const std::string& name() OVERRIDE;
|
| + virtual const std::string& name() const OVERRIDE;
|
| + virtual bool is_connected() const OVERRIDE;
|
|
|
| // PepperTransportSocketAdapter implementation.
|
| virtual void OnChannelDeleted() OVERRIDE;
|
|
|