| Index: media/filters/adaptive_demuxer_unittest.cc
|
| ===================================================================
|
| --- media/filters/adaptive_demuxer_unittest.cc (revision 95843)
|
| +++ media/filters/adaptive_demuxer_unittest.cc (working copy)
|
| @@ -8,6 +8,10 @@
|
|
|
| namespace media {
|
|
|
| +bool ParseAdaptiveUrl(
|
| + const std::string& url, int* audio_index, int* video_index,
|
| + std::vector<std::string>* urls);
|
| +
|
| TEST(ParseAdaptiveUrlTest, BackwardsCompatible) {
|
| std::string manifest = "http://youtube.com/video.webm";
|
| int audio_index;
|
|
|