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

@ -113,7 +113,7 @@ class AtomNetworkDelegate : public net::NetworkDelegate {
AuthRequiredResponse OnAuthRequired(
net::URLRequest* request,
const net::AuthChallengeInfo& auth_info,
const AuthCallback& callback,
AuthCallback callback,
net::AuthCredentials* credentials) override;
bool OnCanGetCookies(const net::URLRequest& request,
const net::CookieList& cookie_list) override;