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

Unified Diff: chrome/common/chrome_features.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/common/chrome_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 6e36f8bd4ee4aa839ffb59d388c0a78f79a990bc..3f39121f43cdd90a07e59b1719d7b87599f562be 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -203,12 +203,9 @@ const base::Feature kMaterialDesignSettings{"MaterialDesignSettings",
#if !defined(OS_ANDROID) && !defined(OS_IOS)
// Enables media content bitstream remoting, an optimization that can activate
-// during Cast Tab Mirroring. When kMediaRemotingEncrypted is disabled, the
-// feature will not activate for encrypted content.
+// during Cast Tab Mirroring.
const base::Feature kMediaRemoting{"MediaRemoting",
base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kMediaRemotingEncrypted{"MediaRemotingEncrypted",
- base::FEATURE_DISABLED_BY_DEFAULT};
#endif // !defined(OS_ANDROID) && !defined(OS_IOS)
// Enables or disables modal permission prompts.
« no previous file with comments | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698