Commit 8f9b2d98 authored by ddorwin's avatar ddorwin Committed by Commit bot

Enable unprefixed EME in WebView.

BUG=394931

Review URL: https://codereview.chromium.org/1130253007

Cr-Commit-Position: refs/heads/master@{#330041}
parent d7411976
...@@ -77,9 +77,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) { ...@@ -77,9 +77,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
// Web Notification API and the Push API are not supported (crbug.com/434712) // Web Notification API and the Push API are not supported (crbug.com/434712)
cl->AppendSwitch(switches::kDisableNotifications); cl->AppendSwitch(switches::kDisableNotifications);
// TODO(ddorwin): Enable unprefixed EME. See http://crbug.com/394931.
cl->AppendSwitch(switches::kDisableEncryptedMedia);
// WebRTC hardware decoding is not supported, internal bug 15075307 // WebRTC hardware decoding is not supported, internal bug 15075307
cl->AppendSwitch(switches::kDisableWebRtcHWDecoding); cl->AppendSwitch(switches::kDisableWebRtcHWDecoding);
cl->AppendSwitch(switches::kDisableAcceleratedVideoDecode); cl->AppendSwitch(switches::kDisableAcceleratedVideoDecode);
......
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