Fix API changes
This commit is contained in:
parent
5e004b4c24
commit
38a211db2e
8 changed files with 19 additions and 24 deletions
|
@ -129,11 +129,6 @@ bool NetworkDelegate::OnCanAccessFile(const net::URLRequest& request,
|
|||
return true;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnCanThrottleRequest(
|
||||
const net::URLRequest& request) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnCanEnablePrivacyMode(
|
||||
const GURL& url,
|
||||
const GURL& first_party_for_cookies) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue