1
Description: Enable chromecast extension
2
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
3
Bug-Ubuntu: https://launchpad.net/bugs/1621753
5
--- a/extensions/common/feature_switch.cc
6
+++ b/extensions/common/feature_switch.cc
7
@@ -44,11 +44,7 @@ class CommonSwitches {
8
FeatureSwitch::DEFAULT_ENABLED),
9
load_media_router_component_extension(
10
kLoadMediaRouterComponentExtensionFlag,
11
-#if defined(GOOGLE_CHROME_BUILD)
12
FeatureSwitch::DEFAULT_ENABLED)
14
- FeatureSwitch::DEFAULT_DISABLED)
15
-#endif // defined(GOOGLE_CHROME_BUILD)