Update NetworkDelegate for Chrome 35
This commit is contained in:
parent
3a71958e16
commit
afc889b883
2 changed files with 4 additions and 10 deletions
|
@ -37,7 +37,8 @@ int NetworkDelegate::OnHeadersReceived(
|
|||
net::URLRequest* request,
|
||||
const net::CompletionCallback& callback,
|
||||
const net::HttpResponseHeaders* original_response_headers,
|
||||
scoped_refptr<net::HttpResponseHeaders>* override_response_headers) {
|
||||
scoped_refptr<net::HttpResponseHeaders>* override_response_headers,
|
||||
GURL* allowed_unsafe_redirect_url) {
|
||||
return net::OK;
|
||||
}
|
||||
|
||||
|
@ -97,9 +98,4 @@ int NetworkDelegate::OnBeforeSocketStreamConnect(
|
|||
return net::OK;
|
||||
}
|
||||
|
||||
void NetworkDelegate::OnRequestWaitStateChange(
|
||||
const net::URLRequest& request,
|
||||
RequestWaitState waiting) {
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue