chore: bump chromium to 135.0.7041.2 (main) (#45850)
* chore: bump chromium in DEPS to 135.0.7041.2 * [Extensions] Remove ExtensionsBrowserClient::GetUserAgent()6306854
* chore: update patches * [api] Remove deprecated FunctionCallbackInfo::Holder()6309166
* [test] Add createExternalizableTwoByteString to extension6304942
* fixup [test] Add createExternalizableTwoByteString to extension --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
eac270bea7
commit
add374ef6a
31 changed files with 112 additions and 64 deletions
|
@ -393,10 +393,6 @@ std::string ElectronExtensionsBrowserClient::GetApplicationLocale() {
|
|||
return ElectronBrowserClient::Get()->GetApplicationLocale();
|
||||
}
|
||||
|
||||
std::string ElectronExtensionsBrowserClient::GetUserAgent() const {
|
||||
return ElectronBrowserClient::Get()->GetUserAgent();
|
||||
}
|
||||
|
||||
void ElectronExtensionsBrowserClient::RegisterBrowserInterfaceBindersForFrame(
|
||||
mojo::BinderMapWithContext<content::RenderFrameHost*>* map,
|
||||
content::RenderFrameHost* render_frame_host,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue