Adding support for upload chunked encoding.

This commit is contained in:
ali.ibrahim 2016-09-27 12:33:51 +02:00
parent 9498a5738a
commit cbbc4376ca
5 changed files with 95 additions and 24 deletions

View file

@ -86,7 +86,7 @@ scoped_refptr<AtomURLRequest> AtomURLRequest::Create(
}
bool AtomURLRequest::WriteBuffer(
bool AtomURLRequest::Write(
scoped_refptr<const net::IOBufferWithSize> buffer,
bool is_last) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);