diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-13 22:29:19 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-13 22:29:19 +0000 |
commit | fde2530e82500b2a4ba93aae490ec94065d5e4b4 (patch) | |
tree | 2eece2a30c0194745eaa06d3023a71737ba26c4b /www/chromium/files/patch-chrome_common_chrome__features.h | |
parent | parse_plist: Avoid excess fork+exec inside the loop for stripping (mode) lines. (diff) |
www/chromium: Update to 75.0.3770.80
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__features.h')
-rw-r--r-- | www/chromium/files/patch-chrome_common_chrome__features.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__features.h b/www/chromium/files/patch-chrome_common_chrome__features.h index 9dbe451c3022..cb0d9a68581c 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.h +++ b/www/chromium/files/patch-chrome_common_chrome__features.h @@ -1,8 +1,8 @@ ---- chrome/common/chrome_features.h.orig 2019-04-30 22:22:37 UTC +--- chrome/common/chrome_features.h.orig 2019-06-04 18:55:18 UTC +++ chrome/common/chrome_features.h -@@ -66,10 +66,10 @@ COMPONENT_EXPORT(CHROME_FEATURES) - extern const base::Feature kAutomaticTabDiscarding; - #endif // defined(OS_WIN) || defined(OS_MACOSX) +@@ -60,10 +60,10 @@ COMPONENT_EXPORT(CHROME_FEATURES) + extern const base::Feature kAutoFetchOnNetErrorPage; + #endif -#if defined(OS_WIN) || defined(OS_LINUX) +#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD) @@ -13,7 +13,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::Feature kBlockPromptsIfDismissedOften; -@@ -89,7 +89,7 @@ extern const base::Feature kBrowserHangFixesExperiment +@@ -79,7 +79,7 @@ extern const base::Feature kBrowserHangFixesExperiment COMPONENT_EXPORT(CHROME_FEATURES) extern const base::Feature kBundledConnectionHelpFeature; |