Chromium Code Reviews| Index: remoting/protocol/session_config.h |
| diff --git a/remoting/protocol/session_config.h b/remoting/protocol/session_config.h |
| index c0313a04dda3dba942b99dbf2c1cdf11c2de59b9..c86054016de274b341ebeabaceac19476fffc27f 100644 |
| --- a/remoting/protocol/session_config.h |
| +++ b/remoting/protocol/session_config.h |
| @@ -15,6 +15,8 @@ namespace remoting { |
| namespace protocol { |
| extern const int kDefaultStreamVersion; |
| +extern const int kControlStreamVersion; |
|
Wez
2015/01/21 01:35:40
Why do we need a separat kControlStreamVersion..?
Sergey Ulanov
2015/01/29 01:33:29
IIRC it was updated a while ago when we added capa
|
| +extern const int kVideoWithAckStreamVersion; |
| // Struct for configuration parameters of a single channel. |
| // Some channels (like video) may have multiple underlying sockets that need |