From 69b62716cd8ccecfbc2a8d157a85a46f5013d0bd Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 4 Nov 2019 15:03:05 -0500 Subject: [PATCH] Update to Chromium version 78.0.3904.87 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/chrome_browser_product_override.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 0da1616d1..c0697da6a 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,5 +7,5 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/78.0.3904.70' + 'chromium_checkout': 'refs/tags/78.0.3904.87' } diff --git a/patch/patches/chrome_browser_product_override.patch b/patch/patches/chrome_browser_product_override.patch index a17c99324..20e1da9ac 100644 --- a/patch/patches/chrome_browser_product_override.patch +++ b/patch/patches/chrome_browser_product_override.patch @@ -1,8 +1,8 @@ diff --git chrome/browser/chrome_content_browser_client.cc chrome/browser/chrome_content_browser_client.cc -index 65decf0c243a..65fa0fca385c 100644 +index 5a4b56c429e0..aedc8a45b67a 100644 --- chrome/browser/chrome_content_browser_client.cc +++ chrome/browser/chrome_content_browser_client.cc -@@ -1013,10 +1013,6 @@ void LaunchURL(const GURL& url, +@@ -1014,10 +1014,6 @@ void LaunchURL(const GURL& url, } } @@ -13,7 +13,7 @@ index 65decf0c243a..65fa0fca385c 100644 void MaybeAppendSecureOriginsAllowlistSwitch(base::CommandLine* cmdline) { // |allowlist| combines pref/policy + cmdline switch in the browser process. // For renderer and utility (e.g. NetworkService) processes the switch is the -@@ -1059,6 +1055,14 @@ base::FilePath GetModulePath(base::StringPiece16 module_name) { +@@ -1060,6 +1056,14 @@ base::FilePath GetModulePath(base::StringPiece16 module_name) { } // namespace