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. |