blob: 11c05c384b31fb61a2ca5d8569b60e49b5e3702d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- extensions/common/feature_switch.cc.orig 2018-01-21 13:37:32.991326000 +0100
+++ extensions/common/feature_switch.cc 2018-01-21 13:37:55.308701000 +0100
@@ -52,11 +52,7 @@
FeatureSwitch::DEFAULT_ENABLED),
load_media_router_component_extension(
kLoadMediaRouterComponentExtensionFlag,
-#if defined(GOOGLE_CHROME_BUILD)
FeatureSwitch::DEFAULT_ENABLED),
-#else
- FeatureSwitch::DEFAULT_DISABLED),
-#endif // defined(GOOGLE_CHROME_BUILD)
native_crx_bindings(switches::kNativeCrxBindings,
kNativeCrxBindingsFieldTrial,
FeatureSwitch::DEFAULT_DISABLED),
|