Skip to content

Upgrade from Chromium 112.0.5615.39 to Chromium 112.0.5615.49 (1.51.x). #17830

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

Merged
merged 3 commits into from
Mar 30, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
Pinsets* pinsets,
base::Time* timestamp) {
constexpr base::StringPiece brave_certs = R"brave_certs(
# Last updated: Thu Mar 23 19:17:56 UTC 2023
# Last updated: Wed Mar 29 21:06:28 UTC 2023
PinsListTimestamp
1679599076
1680123988

# =====BEGIN BRAVE ROOTS ASC=====
#From https://www.amazontrust.com/repository/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "112.0.5615.39",
"tag": "112.0.5615.49",
"repository": {
"url": "https://github.com/chromium/chromium"
}
Expand Down
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 6825aedf8639c44784aff1194955543fc8250f46..32d73bbf9b19e498dee1e4a3c78df12b65e262b6 100644
index 6608ba84e2f81d88ddbeb73feb70f2aee8c31718..b6b829dddb6d626e14a235e48c50fb55f44de0e6 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=112
-MINOR=0
-BUILD=5615
-PATCH=39
-PATCH=49
+MINOR=1
+BUILD=51
+PATCH=70
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/chrome/android/expectations/lint-suppressions.xml b/chrome/android/expectations/lint-suppressions.xml
index 3c24f194a413e5abe3fab547e2eeb0b0ffcec7e7..b0147524d1683b05c24b1364106622a8aeab13a3 100644
index 3c24f194a413e5abe3fab547e2eeb0b0ffcec7e7..775fc80ec71b0d1da4d82360e2c98515374e7897 100644
--- a/chrome/android/expectations/lint-suppressions.xml
+++ b/chrome/android/expectations/lint-suppressions.xml
@@ -291,4 +291,5 @@ https://chromium.googlesource.com/chromium/src/+/main/build/android/docs/lint.md
Expand Down
4 changes: 2 additions & 2 deletions patches/chrome-browser-about_flags.cc.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index dd798ff1a8f0d1df849f5abce10f99a6e83a4e3f..fe0c2748bcbd075c86611cf6c202e2d64efb446b 100644
index fd95f0a22edc4335cfa55163f4c9b16f98d683db..11e2c24f6d81542b07440401c06c71507658d1ed 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3231,6 +3231,7 @@ const FeatureEntry::FeatureVariation kPrivacySandboxSettings4Variations[] = {
@@ -3228,6 +3228,7 @@ const FeatureEntry::FeatureVariation kPrivacySandboxSettings4Variations[] = {
//
// When adding a new choice, add it to the end of the list.
const FeatureEntry kFeatureEntries[] = {
Expand Down