mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
14 lines
496 B
C++
14 lines
496 B
C++
--- extensions/common/feature_switch.cc.orig 2019-03-11 22:00:58 UTC
|
|
+++ 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)
|
|
{
|
|
}
|
|
|