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

Unified Diff: content/browser/media/media_source_browsertest.cc

Issue 2543623003: media: Allow config change between clear and encrypted streams (Closed)
Patch Set: comments addressed Created 3 years, 10 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
« no previous file with comments | « content/browser/media/media_browsertest.cc ('k') | content/renderer/media/cdm/ppapi_decryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_source_browsertest.cc
diff --git a/content/browser/media/media_source_browsertest.cc b/content/browser/media/media_source_browsertest.cc
index 9423d9047bd4e696aac596e89f0d0f1ed7dd810c..127c12599c2eab08fe3bf271dd656b7fb6f0547f 100644
--- a/content/browser/media/media_source_browsertest.cc
+++ b/content/browser/media/media_source_browsertest.cc
@@ -78,7 +78,8 @@ IN_PROC_BROWSER_TEST_F(MediaSourceTest, Playback_AudioOnly_WebM) {
}
IN_PROC_BROWSER_TEST_F(MediaSourceTest, Playback_Type_Error) {
- TestSimplePlayback("bear-320x240-video-only.webm", kWebMAudioOnly, kError);
+ TestSimplePlayback("bear-320x240-video-only.webm", kWebMAudioOnly,
+ kErrorEvent);
}
// Flaky test crbug.com/246308
« no previous file with comments | « content/browser/media/media_browsertest.cc ('k') | content/renderer/media/cdm/ppapi_decryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698