| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index 6d42424451b2ede626aec24315bec9dcbad5e268..67f4a952b7627343a4df97c3bdee5ad016e1c6c8 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -426,9 +426,7 @@ scoped_ptr<VideoEncoder> ClientSession::CreateVideoEncoder(
|
| const protocol::SessionConfig& config) {
|
| const protocol::ChannelConfig& video_config = config.video_config();
|
|
|
| - if (video_config.codec == protocol::ChannelConfig::CODEC_VERBATIM) {
|
| - return scoped_ptr<VideoEncoder>(new remoting::VideoEncoderVerbatim());
|
| - } else if (video_config.codec == protocol::ChannelConfig::CODEC_VP8) {
|
| + if (video_config.codec == protocol::ChannelConfig::CODEC_VP8) {
|
| return scoped_ptr<VideoEncoder>(new remoting::VideoEncoderVp8());
|
| }
|
|
|
|
|