| Index: remoting/protocol/session_config.cc
|
| diff --git a/remoting/protocol/session_config.cc b/remoting/protocol/session_config.cc
|
| index 3ce7727ca9cdc87af1159522ff035e25d2630a7c..1728a808129092fd66c7fb4ae66786dd29b73a46 100644
|
| --- a/remoting/protocol/session_config.cc
|
| +++ b/remoting/protocol/session_config.cc
|
| @@ -49,7 +49,7 @@ bool SessionConfig::SupportsCapabilities() const {
|
| SessionConfig SessionConfig::ForTest() {
|
| SessionConfig result;
|
| result.set_control_config(ChannelConfig(ChannelConfig::TRANSPORT_MUX_STREAM,
|
| - kControlStreamVersionNoCapabilities,
|
| + kControlStreamVersion,
|
| ChannelConfig::CODEC_UNDEFINED));
|
| result.set_event_config(ChannelConfig(ChannelConfig::TRANSPORT_MUX_STREAM,
|
| kDefaultStreamVersion,
|
|
|