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

Unified Diff: chrome/browser/media/cast_remoting_connector.cc

Issue 2843263002: Remove media-remoting-encrypted flag. (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/browser/flag_descriptions.cc ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698