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

Unified Diff: extensions/common/feature_switch.cc

Issue 2307803002: [Media Router] Enable MR by default now that it is at 100% in stable. (Closed)
Patch Set: Add MR FeatureSwitch to failing test cases Created 4 years, 3 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
Index: extensions/common/feature_switch.cc
diff --git a/extensions/common/feature_switch.cc b/extensions/common/feature_switch.cc
index f2bbd7d47699af19c7bab2cb6b0319f71cf914a0..e0d2fcef0de65131a1fbd904c683c649d68995cb 100644
--- a/extensions/common/feature_switch.cc
+++ b/extensions/common/feature_switch.cc
@@ -55,7 +55,7 @@ class CommonSwitches {
FeatureSwitch::DEFAULT_ENABLED),
media_router(kMediaRouterFlag,
kEnableMediaRouterExperiment,
- FeatureSwitch::DEFAULT_DISABLED) {
+ FeatureSwitch::DEFAULT_ENABLED) {
}
// Enables extensions to be easily installed from sites other than the web

Powered by Google App Engine
This is Rietveld 408576698