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

Unified Diff: chrome/common/chrome_features.cc

Issue 2731033002: [Media Router] Custom Controls 3 - add plumbing through MRUI and MRWebUIMessageHandler (Closed)
Patch Set: Rebase 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 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.
« 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