Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc

Issue 391263002: Cast: cast.streaming API to support null audio (or video) track (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d5c9e044c0d8d03465bfd1a825f7a7da5c443cc0..b15c499270159ba111a67644225a6b1a5e0e3a13 100644
--- a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
+++ b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc
@@ -69,6 +69,11 @@ IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, StopNoStart) {
<< message_;
}
+IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, NullStream) {
+ ASSERT_TRUE(RunExtensionSubtest("cast_streaming", "null_stream.html"))
+ << message_;
+}
+
namespace {
// An in-process Cast receiver that examines the audio/video frames being

Powered by Google App Engine
This is Rietveld 408576698