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

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
« chrome/common/chrome_features.h ('K') | « 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 3949411d8017577a9bb1f6dcbf7f27590ad778d0..116398cd2e73b6d3aab16177f9cfbf669714f769 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -205,6 +205,13 @@ const base::Feature kMediaRemoting{"MediaRemoting",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kMediaRemotingEncrypted{"MediaRemotingEncrypted",
base::FEATURE_DISABLED_BY_DEFAULT};
+
+// Replaces the current route details view in the Media Router dialog provided
imcheng 2017/04/22 00:22:51 I would probably phrase it as: If enabled, replac
takumif 2017/04/24 20:59:23 Done.
+// by the Media Router component extension with one provided by Chromium that
+// does not use <extensionview>.
+const base::Feature kMediaRouterNewRouteController{
+ // TODO: Do FEATURE_DISABLED_BY_DEFAULT instead
imcheng 2017/04/22 00:22:51 Resolve TODO?
takumif 2017/04/24 20:59:23 Done.
+ "MediaRouterNewRouteController", base::FEATURE_ENABLED_BY_DEFAULT};
#endif // !defined(OS_ANDROID) && !defined(OS_IOS)
// Enables or disables modal permission prompts.
« chrome/common/chrome_features.h ('K') | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698