From 162fdec77be56acae38bc70359bea8c27868271f Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 11 Feb 2019 18:01:11 -0500 Subject: [PATCH] Update to Chromium version 72.0.3626.96 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/storage_partition_1973.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 8d3194f10..dd1d0463d 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/72.0.3626.81', + 'chromium_checkout': 'refs/tags/72.0.3626.96', } diff --git a/patch/patches/storage_partition_1973.patch b/patch/patches/storage_partition_1973.patch index 14b592555..3f3870b3b 100644 --- a/patch/patches/storage_partition_1973.patch +++ b/patch/patches/storage_partition_1973.patch @@ -171,7 +171,7 @@ index ec9ab86d0ca6..0fe5219f1e84 100644 base::WeakPtrFactory weak_factory_; diff --git content/browser/download/download_manager_impl.cc content/browser/download/download_manager_impl.cc -index c771efab4ae1..d07321aba204 100644 +index 74940229a0d4..53ffc7ba7503 100644 --- content/browser/download/download_manager_impl.cc +++ content/browser/download/download_manager_impl.cc @@ -99,9 +99,9 @@ void DeleteDownloadedFileOnUIThread(const base::FilePath& file_path) {