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

Unified Diff: chromecast/renderer/key_systems_cast.cc

Issue 2037213003: [Chromecast] Fix small typo in Playready codepath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/key_systems_cast.cc
diff --git a/chromecast/renderer/key_systems_cast.cc b/chromecast/renderer/key_systems_cast.cc
index a97dc0532b364e68234fe17849440b37e4a77d61..e9d92402edba6868ba7cdc221d874f902f518b74 100644
--- a/chromecast/renderer/key_systems_cast.cc
+++ b/chromecast/renderer/key_systems_cast.cc
@@ -58,7 +58,7 @@ class PlayReadyKeySystemProperties : public ::media::KeySystemProperties {
return EmeSessionTypeSupport::NOT_SUPPORTED;
#else
return persistent_license_support_ ? EmeSessionTypeSupport::SUPPORTED
- : EmeSessionType::NOT_SUPPORTED;
+ : EmeSessionTypeSupport::NOT_SUPPORTED;
#endif
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698