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

Unified Diff: chrome/browser/media/encrypted_media_browsertest.cc

Issue 1102363005: Initialize the CDM asynchronously (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create() changes Created 5 years, 8 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 | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/media/crypto/ppapi_decryptor.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/encrypted_media_browsertest.cc
diff --git a/chrome/browser/media/encrypted_media_browsertest.cc b/chrome/browser/media/encrypted_media_browsertest.cc
index 72288915c4065d6e27d44a2c525934eaf8d7f935..62347d257126f201c6d310ac90e00cc4e7206a34 100644
--- a/chrome/browser/media/encrypted_media_browsertest.cc
+++ b/chrome/browser/media/encrypted_media_browsertest.cc
@@ -653,7 +653,8 @@ IN_PROC_BROWSER_TEST_F(WVEncryptedMediaTest, ParentThrowsException) {
#if defined(ENABLE_PEPPER_CDMS)
IN_PROC_BROWSER_TEST_F(ECKEncryptedMediaTest, InitializeCDMFail) {
- TestNonPlaybackCases(kExternalClearKeyInitializeFailKeySystem, kEmeKeyError);
+ TestNonPlaybackCases(kExternalClearKeyInitializeFailKeySystem,
+ kEmeNotSupportedError);
}
// When CDM crashes, we should still get a decode error.
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/media/crypto/ppapi_decryptor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698