| Index: chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
|
| index 3568e16f42a888cab519909519e65aad5be4dff9..a10f3000f1c0f4cf75af17285b9c67941f4fe24a 100644
|
| --- a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
|
| +++ b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
|
| @@ -60,6 +60,11 @@ IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, DestinationNotSet) {
|
| << message_;
|
| }
|
|
|
| +IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, StopNoStart) {
|
| + ASSERT_TRUE(RunExtensionSubtest("cast_streaming", "stop_no_start.html"))
|
| + << message_;
|
| +}
|
| +
|
| namespace {
|
|
|
| // An in-process Cast receiver that examines the audio/video frames being
|
|
|