~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/enable-chromecast-by-default.patch

  • Committer: Olivier Tilloy
  • Date: 2018-07-13 17:38:25 UTC
  • Revision ID: olivier.tilloy@canonical.com-20180713173825-7zy5ygmwijv2wkmz
* Upstream beta channel update: 68.0.3440.59

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Enable chromecast extension
 
2
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
 
3
Bug-Ubuntu: https://launchpad.net/bugs/1621753
 
4
 
 
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)
 
13
-#else
 
14
-            FeatureSwitch::DEFAULT_DISABLED)
 
15
-#endif  // defined(GOOGLE_CHROME_BUILD)
 
16
   {
 
17
   }
 
18