| Index: remoting/protocol/video_reader.cc
|
| diff --git a/remoting/protocol/video_reader.cc b/remoting/protocol/video_reader.cc
|
| index 692008aee77e1eac1aaf9597c1e0b0aeafda6f14..78004cbecac3ab25fd2c66df483c10b3fd7efd27 100644
|
| --- a/remoting/protocol/video_reader.cc
|
| +++ b/remoting/protocol/video_reader.cc
|
| @@ -13,8 +13,7 @@ namespace protocol {
|
| VideoReader::~VideoReader() { }
|
|
|
| // static
|
| -VideoReader* VideoReader::Create(base::MessageLoopProxy* message_loop,
|
| - const SessionConfig& config) {
|
| +VideoReader* VideoReader::Create(const SessionConfig& config) {
|
| const ChannelConfig& video_config = config.video_config();
|
| if (video_config.transport == ChannelConfig::TRANSPORT_STREAM) {
|
| if (video_config.codec == ChannelConfig::CODEC_VP8) {
|
|
|