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 patches from Chromium 93.0.4577.51 to Chromium 93.0.4577.58 #9839

Merged
merged 1 commit into from
Aug 25, 2021
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
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 674f56f1d8a0f6a1c5ec5c1c3ec91416060e232f..aefe9bfb508e865a0671a9c3798c81befe3a7429 100644
index 0c1c52e4a24298dafe6f31ca123212620145ac11..bc53d8999224aba3596195f44e27123c1cf77268 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=93
-MINOR=0
-BUILD=4577
-PATCH=51
-PATCH=58
+MINOR=1
+BUILD=30
+PATCH=44
2 changes: 1 addition & 1 deletion patches/chrome-browser-about_flags.cc.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b83ed2f1004a7bd9e1acca1bc93f81a32f4e514b..a7a05666bf51519a687404e30ebc19b617f58bd7 100644
index 11f9808ee1e06d51887100ae97f29b3215eb16aa..d068106d00870dd9eb74a6d77959322eb4fd64a2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -314,14 +314,14 @@ const FeatureEntry::Choice kTouchTextSelectionStrategyChoices[] = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/components/signin/internal/identity_manager/BUILD.gn b/components/signin/internal/identity_manager/BUILD.gn
index e04392e9238a45e0578fe28fcd5c6f78a03c5cd6..fa27d96f68c452d07175f084f9bc811edf0df872 100644
index 18e582ee309dcecbd03a72a8e0a11353c4ffed33..41a36579529679af9a22c6585ea6163e879138b8 100644
--- a/components/signin/internal/identity_manager/BUILD.gn
+++ b/components/signin/internal/identity_manager/BUILD.gn
@@ -131,6 +131,7 @@ source_set("identity_manager") {
@@ -132,6 +132,7 @@ source_set("identity_manager") {
"device_accounts_synchronizer_impl.h",
]
}
Expand Down
2 changes: 1 addition & 1 deletion patches/third_party-blink-renderer-core-BUILD.gn.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/third_party/blink/renderer/core/BUILD.gn b/third_party/blink/renderer/core/BUILD.gn
index 318e550f425aeee4995471a016c81adc51f4f98f..710127cedb4ba699b8394a003606f23adf7598de 100644
index 347c19ef18510490d886abb7b1fc88a75f7e63c9..ed5dfc4f98147a0e044e38f8ec9fef1705a7610e 100644
--- a/third_party/blink/renderer/core/BUILD.gn
+++ b/third_party/blink/renderer/core/BUILD.gn
@@ -168,6 +168,7 @@ component("core") {
Expand Down