mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 01:52:45 +00:00
18 lines
614 B
Diff
18 lines
614 B
Diff
Description: Enable chromecast extension
|
|
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
|
|
Bug-Ubuntu: https://launchpad.net/bugs/1621753
|
|
|
|
--- a/extensions/common/feature_switch.cc
|
|
+++ b/extensions/common/feature_switch.cc
|
|
@@ -44,11 +44,7 @@ class CommonSwitches {
|
|
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)
|
|
{
|
|
}
|
|
|