| Index: remoting/protocol/content_description.cc
|
| diff --git a/remoting/protocol/content_description.cc b/remoting/protocol/content_description.cc
|
| index 9f7d5d54f0f30c2285bc4dbf25125838461f67ee..eb2a892989468ea2790afb34ef4d8e64b359b414 100644
|
| --- a/remoting/protocol/content_description.cc
|
| +++ b/remoting/protocol/content_description.cc
|
| @@ -49,6 +49,7 @@ const NameMapElement<ChannelConfig::Codec> kCodecs[] = {
|
| { ChannelConfig::CODEC_VP8, "vp8" },
|
| { ChannelConfig::CODEC_ZIP, "zip" },
|
| { ChannelConfig::CODEC_VORBIS, "vorbis" },
|
| + { ChannelConfig::CODEC_SPEEX, "speex" },
|
| };
|
|
|
| // Format a channel configuration tag for chromotocol session description,
|
|
|