| Index: android_webview/lib/main/aw_main_delegate.cc
|
| diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
|
| index defb379388d38ac57af7a52be47e51c9e7262a70..2cc358b73f7ac2492f5bd7d09c7486895da0898f 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -77,9 +77,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| // Web Notification API and the Push API are not supported (crbug.com/434712)
|
| 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
|
| cl->AppendSwitch(switches::kDisableWebRtcHWDecoding);
|
| cl->AppendSwitch(switches::kDisableAcceleratedVideoDecode);
|
|
|