feat: support app#login event for utility process net requests (#42631)
* feat: support app#login event for utility process net requests
* chore: address review feedback
* GlobalRequestID: Avoid unwanted inlining and narrowing int conversions
Refs 5702737
This commit is contained in:
parent
62406708cd
commit
9b166b3ed4
17 changed files with 536 additions and 37 deletions
|
@ -1649,8 +1649,8 @@ ElectronBrowserClient::CreateLoginDelegate(
|
|||
bool first_auth_attempt,
|
||||
LoginAuthRequiredCallback auth_required_callback) {
|
||||
return std::make_unique<LoginHandler>(
|
||||
auth_info, web_contents, is_main_frame, url, response_headers,
|
||||
first_auth_attempt, std::move(auth_required_callback));
|
||||
auth_info, web_contents, is_main_frame, base::kNullProcessId, url,
|
||||
response_headers, first_auth_attempt, std::move(auth_required_callback));
|
||||
}
|
||||
|
||||
std::vector<std::unique_ptr<blink::URLLoaderThrottle>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue