Fixing build: removing constness on net::HttpResponseHeaders as otherwise we would need a change in libchromiumcontent.
This commit is contained in:
parent
6f5b0a28c5
commit
de29f2dde5
6 changed files with 12 additions and 12 deletions
|
@ -72,7 +72,7 @@ class AtomURLRequest : public base::RefCountedThreadSafe<AtomURLRequest>,
|
|||
void InformDelegateAuthenticationRequired(
|
||||
scoped_refptr<net::AuthChallengeInfo> auth_info) const;
|
||||
void InformDelegateResponseStarted(
|
||||
scoped_refptr<const net::HttpResponseHeaders>) const;
|
||||
scoped_refptr<net::HttpResponseHeaders>) const;
|
||||
void InformDelegateResponseData(
|
||||
scoped_refptr<net::IOBufferWithSize> data) const;
|
||||
void InformDelegateResponseCompleted() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue