Index: trunk/src/remoting/protocol/session_config.cc |
=================================================================== |
--- trunk/src/remoting/protocol/session_config.cc (revision 273673) |
+++ trunk/src/remoting/protocol/session_config.cc (working copy) |
@@ -49,7 +49,7 @@ |
SessionConfig SessionConfig::ForTest() { |
SessionConfig result; |
result.set_control_config(ChannelConfig(ChannelConfig::TRANSPORT_MUX_STREAM, |
- kControlStreamVersion, |
+ kControlStreamVersionNoCapabilities, |
ChannelConfig::CODEC_UNDEFINED)); |
result.set_event_config(ChannelConfig(ChannelConfig::TRANSPORT_MUX_STREAM, |
kDefaultStreamVersion, |