| Index: trunk/src/remoting/host/client_session.cc
|
| ===================================================================
|
| --- trunk/src/remoting/host/client_session.cc (revision 255312)
|
| +++ trunk/src/remoting/host/client_session.cc (working copy)
|
| @@ -444,8 +444,6 @@
|
|
|
| if (video_config.codec == protocol::ChannelConfig::CODEC_VP8) {
|
| return remoting::VideoEncoderVpx::CreateForVP8().PassAs<VideoEncoder>();
|
| - } else if (video_config.codec == protocol::ChannelConfig::CODEC_VP9) {
|
| - return remoting::VideoEncoderVpx::CreateForVP9().PassAs<VideoEncoder>();
|
| }
|
|
|
| NOTREACHED();
|
|
|