Skip to content

Commit

Permalink
Upgrade from Chromium 111.0.5563.41 to Chromium 111.0.5563.50 (#17438)
Browse files Browse the repository at this point in the history
* Upgrade from Chromium 111.0.5563.41 to Chromium 111.0.5563.50

* Upgrade patches from Chromium 111.0.5563.41 to Chromium 111.0.5563.50

* Update pins list timestamp

* Updated strings for Chromium 111.0.5563.50

---------

Co-authored-by: brave-builds <[email protected]>
  • Loading branch information
emerick and brave-builds authored Mar 2, 2023
1 parent 400c387 commit ab9d8f1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
8 changes: 3 additions & 5 deletions app/brave_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -1643,12 +1643,10 @@ Permissions you've already given to websites and apps may apply to this account.
</message>
</if>
</if>
<message name="IDS_CHROME_SHORTCUT_NAME_BETA" desc="The Chrome shortcut name for beta channel">
<message name="IDS_CHROME_SHORTCUT_NAME_BETA" desc="The Chrome shortcut name for beta channel">
Google Chrome Beta
</message>
<message name="IDS_CHROME_SHORTCUT_NAME_DEV" desc="The Chrome shortcut name for dev channel">
</message><message name="IDS_CHROME_SHORTCUT_NAME_DEV" desc="The Chrome shortcut name for dev channel">
Google Chrome Dev
</message>
</messages>
</message></messages>
</release>
</grit>
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 Feb 23 17:46:00 UTC 2023
# Last updated: Wed Mar 1 22:42:25 UTC 2023
PinsListTimestamp
1677174360
1677710545
# =====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 @@ -264,7 +264,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "111.0.5563.41",
"tag": "111.0.5563.50",
"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 b25045319a3dcf54d4ec8b40e9fd6fb3b48bb6c3..b4699f37dd476a73f0e914d439f6634f3cc69093 100644
index fe66cb5cf135212c1436490e44e99a7eba024009..d9ede0f301c0e178ed56d31b3403723552b8cea3 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=111
-MINOR=0
-BUILD=5563
-PATCH=41
-PATCH=50
+MINOR=1
+BUILD=51
+PATCH=1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/chrome/browser/resources/bookmarks/command_manager.ts b/chrome/browser/resources/bookmarks/command_manager.ts
index 535868582e8722686eca28c6cb12b0e6a5711329..49c956ff41134a97cca61a9a5b1e51eadce25861 100644
index 535868582e8722686eca28c6cb12b0e6a5711329..af816b57bbed3ed9a0432ae71a3af9c0d9ba50f5 100644
--- a/chrome/browser/resources/bookmarks/command_manager.ts
+++ b/chrome/browser/resources/bookmarks/command_manager.ts
@@ -433,7 +433,7 @@ export class BookmarksCommandManagerElement extends
Expand Down

0 comments on commit ab9d8f1

Please sign in to comment.