Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from Chromium 80.0.3987.116 to Chromium 80.0.3987.122 (1.5.x). #4728

Merged
merged 1 commit into from
Feb 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions patches/chrome-VERSION.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/chrome/VERSION b/chrome/VERSION
index a66ebf764b9ba917377d5b32e201b60d249cceae..793a3433c167cfea0e6c09f7c8d0b14c5f738fbf 100644
index bba001eb234d24e47a73760216557149df222fa4..f9da606a58a17232a9a43ba39221410d7102d4b1 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=80
-MINOR=0
-BUILD=3987
-PATCH=116
-PATCH=122
+MINOR=1
+BUILD=5
+PATCH=99
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/chrome/browser/signin/account_consistency_mode_manager.cc b/chrome/browser/signin/account_consistency_mode_manager.cc
index 75bd8332ec588ccd048c9394e310323c051c75ed..46b5251c95555803dac72eead10e258e0b3d3468 100644
index e1e53d483a34658df926be3f11d6dcb30a0d2bbb..b865d1075af36e7f4ec7ba8a3b38ef22e80b825d 100644
--- a/chrome/browser/signin/account_consistency_mode_manager.cc
+++ b/chrome/browser/signin/account_consistency_mode_manager.cc
@@ -174,7 +174,9 @@ bool AccountConsistencyModeManager::ShouldBuildServiceForProfile(
@@ -188,7 +188,9 @@ bool AccountConsistencyModeManager::ShouldBuildServiceForProfile(

AccountConsistencyMethod
AccountConsistencyModeManager::GetAccountConsistencyMethod() {
Expand Down
8 changes: 4 additions & 4 deletions patches/chrome-installer-mac-signing-pipeline.py.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/chrome/installer/mac/signing/pipeline.py b/chrome/installer/mac/signing/pipeline.py
index 48e6eb85fc25e8de7c8fa2f6cc0e00d0428dcad2..7524313d08c50eaafe660e7ed8dfa13c1b5161cf 100644
index be7ff657a7ed8371a2706736b20d95044456b335..6106c292c1854c4e961ec848daf34e293ca0ac47 100644
--- a/chrome/installer/mac/signing/pipeline.py
+++ b/chrome/installer/mac/signing/pipeline.py
@@ -350,12 +350,6 @@ def _package_dmg(paths, dist, config):
@@ -351,12 +351,6 @@ def _package_dmg(paths, dist, config):
'--volname', config.app_product,
'--icon', os.path.join(packaging_dir, icon_file),
'--copy', '{}:/'.format(app_path),
Expand All @@ -15,15 +15,15 @@ index 48e6eb85fc25e8de7c8fa2f6cc0e00d0428dcad2..7524313d08c50eaafe660e7ed8dfa13c
'--copy', '{}/{}:/.DS_Store'.format(packaging_dir, dsstore_file),
'--symlink', '/Applications:/ ',
])
@@ -379,7 +373,6 @@ def _package_installer_tools(paths, config):
@@ -380,7 +374,6 @@ def _package_installer_tools(paths, config):
'dirdiffer.sh',
'dirpatcher.sh',
'dmgdiffer.sh',
- 'keystone_install.sh',
'pkg-dmg',
)

@@ -526,5 +519,8 @@ def sign_all(orig_paths,
@@ -527,5 +520,8 @@ def sign_all(orig_paths,
uuids_to_package_path.keys(), config):
package_path = uuids_to_package_path[result]
notarize.staple(package_path)
Expand Down