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