Update to Chromium version 78.0.3904.87

This commit is contained in:
Marshall Greenblatt
2019-11-04 15:03:05 -05:00
parent 942899d2fc
commit 69b62716cd
2 changed files with 4 additions and 4 deletions

View File

@@ -7,5 +7,5 @@
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
{ {
'chromium_checkout': 'refs/tags/78.0.3904.70' 'chromium_checkout': 'refs/tags/78.0.3904.87'
} }

View File

@@ -1,8 +1,8 @@
diff --git chrome/browser/chrome_content_browser_client.cc chrome/browser/chrome_content_browser_client.cc 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
+++ 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) { void MaybeAppendSecureOriginsAllowlistSwitch(base::CommandLine* cmdline) {
// |allowlist| combines pref/policy + cmdline switch in the browser process. // |allowlist| combines pref/policy + cmdline switch in the browser process.
// For renderer and utility (e.g. NetworkService) processes the switch is the // 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 } // namespace