Switch NetworkDelegate to OnceCallbacks

1085855
This commit is contained in:
Jeremy Apthorp 2018-10-02 15:13:16 -07:00
parent 0955fa7bcf
commit 2d46164ce0
4 changed files with 5 additions and 4 deletions

View file

@ -21,7 +21,7 @@ namespace atom {
LoginHandler::LoginHandler(
net::URLRequest* request,
const net::AuthChallengeInfo& auth_info,
const net::NetworkDelegate::AuthCallback& callback,
net::NetworkDelegate::AuthCallback callback,
net::AuthCredentials* credentials,
const content::ResourceRequestInfo* resource_request_info)
: credentials_(credentials),