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

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

Issue 642813012: Reland "Add unprefixed EME tests for LoadSession()" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: rebase Created 6 years, 2 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: content/browser/media/encrypted_media_browsertest.cc
diff --git a/content/browser/media/encrypted_media_browsertest.cc b/content/browser/media/encrypted_media_browsertest.cc
index 88c02f90e5568433a0c2c2f0c4cf8deaa2b48b0b..eafb2bf82fad4982ab350620c4a5d4a52ea434f3 100644
--- a/content/browser/media/encrypted_media_browsertest.cc
+++ b/content/browser/media/encrypted_media_browsertest.cc
@@ -83,6 +83,7 @@ class EncryptedMediaTest : public content::MediaBrowserTest,
base::StringPairs query_params;
query_params.push_back(std::make_pair("keySystem", CurrentKeySystem()));
query_params.push_back(std::make_pair("runEncrypted", "1"));
+ query_params.push_back(std::make_pair("usePrefixedEME", "1"));
RunMediaTestPage("mse_config_change.html", query_params, kEnded, true);
}
@@ -107,6 +108,7 @@ class EncryptedMediaTest : public content::MediaBrowserTest,
query_params.push_back(std::make_pair("keySystem", key_system));
if (src_type == MSE)
query_params.push_back(std::make_pair("useMSE", "1"));
+ query_params.push_back(std::make_pair("usePrefixedEME", "1"));
RunMediaTestPage(html_page, query_params, expectation, true);
}
« no previous file with comments | « chrome/browser/media/encrypted_media_browsertest.cc ('k') | content/browser/media/media_source_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698