Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 2af2de4e050750fdcebb43f1f1c9f9b3437fef9d..0c319c5a9b2aa1dab53f05ed6e762e405ece881e 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -206,6 +206,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. |