Index: remoting/protocol/session_config.cc |
diff --git a/remoting/protocol/session_config.cc b/remoting/protocol/session_config.cc |
index 06936276d0b015e7102bd69b2fbb826e841a85b3..f6034371ca48205ca3775382af46909d4db7317d 100644 |
--- a/remoting/protocol/session_config.cc |
+++ b/remoting/protocol/session_config.cc |
@@ -181,12 +181,10 @@ scoped_ptr<CandidateSessionConfig> CandidateSessionConfig::CreateDefault() { |
ChannelConfig::CODEC_UNDEFINED)); |
// Video channel. |
-#if !defined(MEDIA_DISABLE_LIBVPX) |
result->mutable_video_configs()->push_back( |
ChannelConfig(ChannelConfig::TRANSPORT_STREAM, |
kDefaultStreamVersion, |
ChannelConfig::CODEC_VP8)); |
-#endif // !defined(MEDIA_DISABLE_LIBVPX) |
// Audio channel. |
result->mutable_audio_configs()->push_back( |