| Index: remoting/protocol/chromotocol_config.h
|
| diff --git a/remoting/protocol/chromotocol_config.h b/remoting/protocol/chromotocol_config.h
|
| index bd0bcbc11e37ccc21b0fecbe34ff7274b594ae81..aef2eccf3bd1a86b6f4fc4dba612c1a931baa699 100644
|
| --- a/remoting/protocol/chromotocol_config.h
|
| +++ b/remoting/protocol/chromotocol_config.h
|
| @@ -25,8 +25,9 @@ struct ChannelConfig {
|
|
|
| enum Codec {
|
| CODEC_UNDEFINED, // Used for event and control channels.
|
| - CODEC_VP8,
|
| + CODEC_VERBATIM,
|
| CODEC_ZIP,
|
| + CODEC_VP8,
|
| };
|
|
|
| ChannelConfig();
|
|
|