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

Unified Diff: media/base/key_systems_unittest.cc

Issue 1727833005: EME: Remove reference to "concrete" key systems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@parent
Patch Set: rebase Created 4 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 | « media/base/key_systems.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/key_systems_unittest.cc
diff --git a/media/base/key_systems_unittest.cc b/media/base/key_systems_unittest.cc
index 0eee5fed8c4fa5121d9f9537e55f1b6ef4a185b6..9d33c0691c5552dcaa05b4f0d6c5dc660077a819 100644
--- a/media/base/key_systems_unittest.cc
+++ b/media/base/key_systems_unittest.cc
@@ -388,9 +388,8 @@ TEST_F(KeySystemsTest, Basic_UnrecognizedKeySystem) {
#if defined(ENABLE_PEPPER_CDMS)
std::string type;
- EXPECT_DEBUG_DEATH(
- type = GetPepperType(kUnrecognized),
- "x-org.example.unrecognized is not a known concrete system");
+ EXPECT_DEBUG_DEATH(type = GetPepperType(kUnrecognized),
+ "x-org.example.unrecognized is not a known system");
EXPECT_TRUE(type.empty());
#endif
}
« no previous file with comments | « media/base/key_systems.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698