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

Unified Diff: chrome/common/chrome_features.cc

Issue 2859953002: Reland [Media Router] Custom Controls 3 - add plumbing through MRUI and MRWebUIMessageHandler (Closed)
Patch Set: Fix test failures 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 db7acfb70f1ef67c46492434550527f704fb1ed0..c127d5c6d23c8e0c0ad32f7cfa5e493b33f74aca 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -208,6 +208,12 @@ const base::Feature kMaterialDesignSettings{"MaterialDesignSettings",
// during Cast Tab Mirroring.
const base::Feature kMediaRemoting{"MediaRemoting",
base::FEATURE_DISABLED_BY_DEFAULT};
+
+// If enabled, replaces the <extensionview> controller in the route details view
+// of the Media Router dialog with the controller bundled with the WebUI
+// resources.
+const base::Feature kMediaRouterUIRouteController{
+ "MediaRouterUIRouteController", 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