| Index: chrome/browser/media/cast_remoting_connector.cc
|
| diff --git a/chrome/browser/media/cast_remoting_connector.cc b/chrome/browser/media/cast_remoting_connector.cc
|
| index f6db5f341eebff61343dc4f721180b717ced01fc..20b6ddb2d1c11ca54f2e9fc0b0b7f143ff2d87a7 100644
|
| --- a/chrome/browser/media/cast_remoting_connector.cc
|
| +++ b/chrome/browser/media/cast_remoting_connector.cc
|
| @@ -168,8 +168,6 @@ namespace {
|
| RemotingSinkCapabilities GetFeatureEnabledCapabilities() {
|
| #if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| if (base::FeatureList::IsEnabled(features::kMediaRemoting)) {
|
| - if (base::FeatureList::IsEnabled(features::kMediaRemotingEncrypted))
|
| - return RemotingSinkCapabilities::CONTENT_DECRYPTION_AND_RENDERING;
|
| return RemotingSinkCapabilities::RENDERING_ONLY;
|
| }
|
| #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
|
|
|