chore: remove deprecated gpu-process-crashed
event (#40255)
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
3f92a98315
commit
30fbcfca7b
6 changed files with 16 additions and 26 deletions
|
@ -842,10 +842,6 @@ void App::OnGpuInfoUpdate() {
|
|||
Emit("gpu-info-update");
|
||||
}
|
||||
|
||||
void App::OnGpuProcessCrashed() {
|
||||
Emit("gpu-process-crashed", true);
|
||||
}
|
||||
|
||||
void App::BrowserChildProcessLaunchedAndConnected(
|
||||
const content::ChildProcessData& data) {
|
||||
ChildProcessLaunched(data.process_type, data.id, data.GetProcess().Handle(),
|
||||
|
|
|
@ -153,7 +153,6 @@ class App : public ElectronBrowserClient::Delegate,
|
|||
|
||||
// content::GpuDataManagerObserver:
|
||||
void OnGpuInfoUpdate() override;
|
||||
void OnGpuProcessCrashed() override;
|
||||
|
||||
// content::BrowserChildProcessObserver:
|
||||
void BrowserChildProcessLaunchedAndConnected(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue