read post-filtered data when filters are present
This commit is contained in:
parent
58f1907579
commit
a1ec07e07e
2 changed files with 12 additions and 1 deletions
|
@ -46,6 +46,8 @@ class AdapterRequestJob : public net::URLRequestJob {
|
|||
bool GetCharset(std::string* charset) override;
|
||||
void GetResponseInfo(net::HttpResponseInfo* info) override;
|
||||
int GetResponseCode() const override;
|
||||
void GetLoadTimingInfo(
|
||||
net::LoadTimingInfo* load_timing_info) const override;
|
||||
|
||||
base::WeakPtr<AdapterRequestJob> GetWeakPtr();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue