chore: bump chromium to 138.0.7160.0 (main) (#46915)

* chore: bump chromium in DEPS to 138.0.7158.0

* chore: bump chromium in DEPS to 138.0.7160.0

* 6509206: Move Keychain UI suppression code into apple_keychain.cc

6509206

* 6489036: Fix DesktopDataControlsDialog for Glic

6489036

* chore: fixup patch indices

* 6506662: Reland "NavigationThrottleRunner2: content::NavigationThrottleRegistry"

6506662

* 6499811: [video pip] Add live caption dialog

6499811

* 6487926: Add GetMaxImageDimension function to ScreenAI service API for OCR.

6487926

* 6494942: [json] Activate stringify fast-path by default

6494942

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
electron-roller[bot] 2025-05-05 13:58:40 -04:00 committed by GitHub
parent 9460300506
commit b90de7d07e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 164 additions and 103 deletions

View file

@ -31,6 +31,7 @@ class FilePath;
namespace content {
class ClientCertificateDelegate;
class PlatformNotificationService;
class NavigationThrottleRegistry;
class QuotaPermissionContext;
} // namespace content
@ -76,7 +77,8 @@ class ElectronBrowserClient : public content::ContentBrowserClient,
// content::NavigatorDelegate
std::vector<std::unique_ptr<content::NavigationThrottle>>
CreateThrottlesForNavigation(content::NavigationHandle* handle) override;
CreateThrottlesForNavigation(
content::NavigationThrottleRegistry& registry) override;
// content::ContentBrowserClient:
std::string GetApplicationLocale() override;