Update to Chromium version 136.0.7103.0 (#1440670)

- Win: Update to VS 2022 17.13.4 and WinSDK 10.0.26100.3323
This commit is contained in:
Marshall Greenblatt
2025-04-02 17:58:21 -04:00
parent ef82e430b4
commit e7320793b6
88 changed files with 729 additions and 696 deletions

View File

@@ -1,8 +1,8 @@
diff --git ui/base/resource/resource_bundle.cc ui/base/resource/resource_bundle.cc
index 9dcd953d2bcfe..35c0218ce4a84 100644
index f43a7a7f0bba1..da904e0407475 100644
--- ui/base/resource/resource_bundle.cc
+++ ui/base/resource/resource_bundle.cc
@@ -948,6 +948,12 @@ ResourceBundle::ResourceBundle(Delegate* delegate)
@@ -947,6 +947,12 @@ ResourceBundle::ResourceBundle(Delegate* delegate)
: delegate_(delegate),
locale_resources_data_lock_(new base::Lock),
max_scale_factor_(k100Percent) {
@@ -15,7 +15,7 @@ index 9dcd953d2bcfe..35c0218ce4a84 100644
mangle_localized_strings_ = base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kMangleLocalizedStrings);
}
@@ -957,6 +963,11 @@ ResourceBundle::~ResourceBundle() {
@@ -956,6 +962,11 @@ ResourceBundle::~ResourceBundle() {
UnloadLocaleResources();
}