Make URLRequestFetchJob actually work

This commit is contained in:
Cheng Zhao 2015-06-17 09:31:33 +08:00
parent 44f8bfc550
commit af05f26a5f
6 changed files with 130 additions and 61 deletions

View file

@ -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();