Make URLRequestFetchJob actually work
This commit is contained in:
parent
44f8bfc550
commit
af05f26a5f
6 changed files with 130 additions and 61 deletions
|
@ -41,6 +41,8 @@ class AdapterRequestJob : public net::URLRequestJob {
|
|||
net::Filter* SetupFilter() const override;
|
||||
bool GetMimeType(std::string* mime_type) const override;
|
||||
bool GetCharset(std::string* charset) override;
|
||||
void GetResponseInfo(net::HttpResponseInfo* info) override;
|
||||
int GetResponseCode() const override;
|
||||
|
||||
base::WeakPtr<AdapterRequestJob> GetWeakPtr();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue