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 105.0.5195.58 to Chromium 105.0.5195.68. (uplift to 1.44.x) #14863

Merged
merged 1 commit into from
Aug 28, 2022
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
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": "105.0.5195.58",
"tag": "105.0.5195.68",
"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 c7f3f7f9dd8975a8454cf25394c25451b3a73c47..4d3115bf5facfa266c8a5fcb8ddc8f7f6f574918 100644
index ca99d8c340db9afddf9516ec365c887b239e168b..709c029942727055ebe4098bde9245fd0c47c5d7 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=105
-MINOR=0
-BUILD=5195
-PATCH=58
-PATCH=68
+MINOR=1
+BUILD=44
+PATCH=67
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
index 72d811b043287157af9ce8f669ad485596b60330..680a17a45507b7bd160b837070c73ed1add3e516 100644
index b26d9ce3aa63853d97df4c8e91e33afdec0fabeb..8c8655cb2779f8abc1b383a1d9df615e2882a59c 100644
--- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
+++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
@@ -1431,6 +1431,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL(
@@ -1433,6 +1433,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL(

// static
ChromeWebUIControllerFactory* ChromeWebUIControllerFactory::GetInstance() {
Expand Down