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.cc6509206
* 6489036: Fix DesktopDataControlsDialog for Glic6489036
* chore: fixup patch indices * 6506662: Reland "NavigationThrottleRunner2: content::NavigationThrottleRegistry"6506662
* 6499811: [video pip] Add live caption dialog6499811
* 6487926: Add GetMaxImageDimension function to ScreenAI service API for OCR.6487926
* 6494942: [json] Activate stringify fast-path by default6494942
--------- 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:
parent
9460300506
commit
b90de7d07e
37 changed files with 164 additions and 103 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue