| 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..6cfb2281c32c18edca7e71432886f8daae1a15a2 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 connected() const OVERRIDE;
|
|
|
| // PepperTransportSocketAdapter implementation.
|
| virtual void OnChannelDeleted() OVERRIDE;
|
|
|