chore: bump chromium to 138.0.7178.0 (main) (#47086)

* chore: bump chromium in DEPS to 138.0.7178.0

* 6351556: [source-phase-imports] Support Wasm Source Phase Imports

Refs https://chromium-review.googlesource.com/c/chromium/src/+/6351556

* chore: update patches

* 6509682: extensions: Use ChromeExtensionsBrowserClient on desktop Android, part 2

Refs https://chromium-review.googlesource.com/c/chromium/src/+/6509682

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
electron-roller[bot] 2025-05-15 12:47:07 -05:00 committed by GitHub
commit 883f48b9b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 141 additions and 111 deletions

View file

@ -51,6 +51,7 @@ class ElectronExtensionsBrowserClient
const ElectronExtensionsBrowserClient&) = delete;
// ExtensionsBrowserClient overrides:
void Init() override;
bool IsShuttingDown() override;
bool AreExtensionsDisabled(const base::CommandLine& command_line,
content::BrowserContext* context) override;