Skip to content

Commit

Permalink
Merge pull request #13976 from brave/103.0.5060.66_master
Browse files Browse the repository at this point in the history
Upgrade from Chromium 103.0.5060.53 to Chromium 103.0.5060.66
  • Loading branch information
kjozwiak authored Jun 28, 2022
2 parents dac7b8f + 71df6de commit f9ba2b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "103.0.5060.53",
"tag": "103.0.5060.66",
"repository": {
"url": "https://github.com/chromium/chromium"
}
Expand Down
4 changes: 2 additions & 2 deletions patches/PRESUBMIT.py.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 81b1b62c3ef84dedaba01ef067bafc66d9ebfbb4..7e4fb471f68b60b23b03603902f33fb0e90ca204 100644
index 9a47b406a55927261d2eef3e1f5d3f0d4e36502f..8d803493b82c7abacf7d4dd9608741142a98b83d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -5845,3 +5845,4 @@ def CheckPythonShebang(input_api, output_api):
@@ -5942,3 +5942,4 @@ def CheckPythonShebang(input_api, output_api):
"Please use '#!/usr/bin/env python/2/3' as the shebang of %s" %
file))
return result
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 a34958386d7c3d637856157655735947af417243..ef241bb303ae4f601e44c9363de19c409e2c5ec6 100644
index 21ee8ec3edc13984af12463ba60bb5c454bbc691..1b9ca80c5680dc4fa4d0f5f07e0e3f356f4395f6 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=103
-MINOR=0
-BUILD=5060
-PATCH=53
-PATCH=66
+MINOR=1
+BUILD=42
+PATCH=37
2 changes: 1 addition & 1 deletion patches/ios-chrome-browser-favicon-favicon_loader.mm.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/ios/chrome/browser/favicon/favicon_loader.mm b/ios/chrome/browser/f
index 3304fb2e6737bff121aeed5ac95e4abcf5a504a8..0d5f36fc6b7d73e66a4e18e190047e54f2f156fb 100644
--- a/ios/chrome/browser/favicon/favicon_loader.mm
+++ b/ios/chrome/browser/favicon/favicon_loader.mm
@@ -49,7 +49,7 @@
@@ -49,7 +49,7 @@ const net::NetworkTrafficAnnotationTag kTrafficAnnotation =

FaviconLoader::FaviconLoader(favicon::LargeIconService* large_icon_service)
: large_icon_service_(large_icon_service),
Expand Down

0 comments on commit f9ba2b3

Please sign in to comment.