Implementing abort workflow, emitting error events.
This commit is contained in:
parent
cbbc4376ca
commit
08947682b0
5 changed files with 84 additions and 46 deletions
|
@ -45,6 +45,7 @@ private:
|
|||
void OnResponseStarted();
|
||||
void OnResponseData(scoped_refptr<const net::IOBufferWithSize> data);
|
||||
void OnResponseCompleted();
|
||||
void OnError(const std::string& error);
|
||||
|
||||
int StatusCode() const;
|
||||
std::string StatusMessage() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue