chore: remove revert_remove_contentrendererclient_shouldfork.patch (#29842)

This commit is contained in:
Robo 2021-06-23 06:50:57 +09:00 committed by GitHub
parent b8261f1591
commit 6e310b7424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 3 additions and 146 deletions

View file

@ -254,11 +254,4 @@ void ElectronSandboxedRendererClient::WillReleaseScriptContext(
InvokeHiddenCallback(context, kLifecycleKey, "onExit");
}
bool ElectronSandboxedRendererClient::ShouldFork(blink::WebLocalFrame* frame,
const GURL& url,
const std::string& http_method,
bool is_server_redirect) {
return true;
}
} // namespace electron