chore: bump chromium to 93.0.4550.0 (main) (#29751)
This commit is contained in:
parent
c5066cce22
commit
b8261f1591
78 changed files with 402 additions and 429 deletions
|
@ -107,19 +107,6 @@ void ElectronContentUtilityClient::ExposeInterfacesToBrowser(
|
|||
}
|
||||
}
|
||||
|
||||
bool ElectronContentUtilityClient::OnMessageReceived(
|
||||
const IPC::Message& message) {
|
||||
if (utility_process_running_elevated_)
|
||||
return false;
|
||||
|
||||
#if BUILDFLAG(ENABLE_PRINT_PREVIEW) && defined(OS_WIN)
|
||||
if (printing_handler_->OnMessageReceived(message))
|
||||
return true;
|
||||
#endif
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void ElectronContentUtilityClient::RegisterMainThreadServices(
|
||||
mojo::ServiceFactory& services) {
|
||||
#if defined(OS_WIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue