Skip to content

Commit 77c5f9c

Browse files
Upgrade from Chromium 112.0.5615.39 to Chromium 112.0.5615.49 (1.51.x). (#17830)
* Upgrade from Chromium 112.0.5615.39 to Chromium 112.0.5615.49 * Upgrade patches from Chromium 112.0.5615.39 to Chromium 112.0.5615.49 * Update pins list timestamp --------- Co-authored-by: brave-builds <[email protected]>
1 parent 3f763ae commit 77c5f9c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

chromium_src/net/tools/transport_security_state_generator/input_file_parsers.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
535535
Pinsets* pinsets,
536536
base::Time* timestamp) {
537537
constexpr base::StringPiece brave_certs = R"brave_certs(
538-
# Last updated: Thu Mar 23 19:17:56 UTC 2023
538+
# Last updated: Wed Mar 29 21:06:28 UTC 2023
539539
PinsListTimestamp
540-
1679599076
540+
1680123988
541541
542542
# =====BEGIN BRAVE ROOTS ASC=====
543543
#From https://www.amazontrust.com/repository/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"projects": {
266266
"chrome": {
267267
"dir": "src",
268-
"tag": "112.0.5615.39",
268+
"tag": "112.0.5615.49",
269269
"repository": {
270270
"url": "https://github.com/chromium/chromium"
271271
}

patches/chrome-VERSION.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/chrome/VERSION b/chrome/VERSION
2-
index 6825aedf8639c44784aff1194955543fc8250f46..32d73bbf9b19e498dee1e4a3c78df12b65e262b6 100644
2+
index 6608ba84e2f81d88ddbeb73feb70f2aee8c31718..b6b829dddb6d626e14a235e48c50fb55f44de0e6 100644
33
--- a/chrome/VERSION
44
+++ b/chrome/VERSION
55
@@ -1,4 +1,4 @@
66
MAJOR=112
77
-MINOR=0
88
-BUILD=5615
9-
-PATCH=39
9+
-PATCH=49
1010
+MINOR=1
1111
+BUILD=51
1212
+PATCH=71

patches/chrome-android-expectations-lint-suppressions.xml.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/chrome/android/expectations/lint-suppressions.xml b/chrome/android/expectations/lint-suppressions.xml
2-
index 3c24f194a413e5abe3fab547e2eeb0b0ffcec7e7..b0147524d1683b05c24b1364106622a8aeab13a3 100644
2+
index 3c24f194a413e5abe3fab547e2eeb0b0ffcec7e7..775fc80ec71b0d1da4d82360e2c98515374e7897 100644
33
--- a/chrome/android/expectations/lint-suppressions.xml
44
+++ b/chrome/android/expectations/lint-suppressions.xml
55
@@ -291,4 +291,5 @@ https://chromium.googlesource.com/chromium/src/+/main/build/android/docs/lint.md

patches/chrome-browser-about_flags.cc.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
2-
index dd798ff1a8f0d1df849f5abce10f99a6e83a4e3f..fe0c2748bcbd075c86611cf6c202e2d64efb446b 100644
2+
index fd95f0a22edc4335cfa55163f4c9b16f98d683db..11e2c24f6d81542b07440401c06c71507658d1ed 100644
33
--- a/chrome/browser/about_flags.cc
44
+++ b/chrome/browser/about_flags.cc
5-
@@ -3231,6 +3231,7 @@ const FeatureEntry::FeatureVariation kPrivacySandboxSettings4Variations[] = {
5+
@@ -3228,6 +3228,7 @@ const FeatureEntry::FeatureVariation kPrivacySandboxSettings4Variations[] = {
66
//
77
// When adding a new choice, add it to the end of the list.
88
const FeatureEntry kFeatureEntries[] = {

0 commit comments

Comments
 (0)