diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__features.cc')
-rw-r--r-- | www/chromium/files/patch-chrome_common_chrome__features.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__features.cc b/www/chromium/files/patch-chrome_common_chrome__features.cc index 1cfaa32e1b67..40f57c3c5911 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.cc +++ b/www/chromium/files/patch-chrome_common_chrome__features.cc @@ -1,8 +1,8 @@ ---- chrome/common/chrome_features.cc.orig 2019-12-16 21:51:24 UTC +--- chrome/common/chrome_features.cc.orig 2020-03-03 18:53:53 UTC +++ chrome/common/chrome_features.cc -@@ -86,13 +86,13 @@ const base::Feature kAutoFetchOnNetErrorPage{"AutoFetc - base::FEATURE_DISABLED_BY_DEFAULT}; - #endif // defined(OS_ANDROID) +@@ -81,13 +81,13 @@ const base::Feature kAsyncDns { + #endif + }; -#if defined(OS_WIN) || defined(OS_LINUX) +#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD) @@ -16,7 +16,7 @@ // Enables or disables whether permission prompts are automatically blocked // after the user has explicitly dismissed them too many times. -@@ -152,7 +152,7 @@ const base::Feature kThirdPartyModulesBlocking{ +@@ -147,7 +147,7 @@ const base::Feature kThirdPartyModulesBlocking{ const base::Feature kTLS13HardeningForLocalAnchors{ "TLS13HardeningForLocalAnchors", base::FEATURE_DISABLED_BY_DEFAULT}; |