| Index: remoting/protocol/session_config.h
|
| diff --git a/remoting/protocol/session_config.h b/remoting/protocol/session_config.h
|
| index ae1ab5eff4c2932fd516dfb4959715ef1e3c3c27..4246228a73996665b2a7f8b065636b32838c9917 100644
|
| --- a/remoting/protocol/session_config.h
|
| +++ b/remoting/protocol/session_config.h
|
| @@ -83,9 +83,6 @@ class SessionConfig {
|
| return audio_config_.transport != ChannelConfig::TRANSPORT_NONE;
|
| }
|
|
|
| - // Returns true if the control channel supports capabilities.
|
| - bool SupportsCapabilities() const;
|
| -
|
| // Returns a suitable session configuration for use in tests.
|
| static SessionConfig ForTest();
|
|
|
|
|