Allow setting referrer
This commit is contained in:
parent
e07f5cd53f
commit
543c4d5597
6 changed files with 20 additions and 8 deletions
|
@ -16,7 +16,8 @@ class URLRequestFetchJob : public net::URLRequestJob,
|
|||
URLRequestFetchJob(net::URLRequest* request,
|
||||
net::NetworkDelegate* network_delegate,
|
||||
const GURL& url,
|
||||
const std::string& method);
|
||||
const std::string& method,
|
||||
const std::string& referrer);
|
||||
|
||||
void HeadersCompleted();
|
||||
int DataAvailable(net::IOBuffer* buffer, int num_bytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue