Commit 800c3775 authored by halliwell's avatar halliwell Committed by Commit bot

[Chromecast] Fix small typo in Playready codepath

This wasn't caught because it's not compiled by default.

BUG=

Review-Url: https://codereview.chromium.org/2037213003
Cr-Commit-Position: refs/heads/master@{#397879}
parent 2e30b108
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment