OnCanEnablePrivacyMode -> OnForcePrivacyMode
https://chromium-review.googlesource.com/c/1343051
This commit is contained in:
parent
d01db5a656
commit
d36a6de25c
2 changed files with 3 additions and 4 deletions
|
@ -419,7 +419,7 @@ bool AtomNetworkDelegate::OnCanAccessFile(
|
|||
return true;
|
||||
}
|
||||
|
||||
bool AtomNetworkDelegate::OnCanEnablePrivacyMode(
|
||||
bool AtomNetworkDelegate::OnForcePrivacyMode(
|
||||
const GURL& url,
|
||||
const GURL& first_party_for_cookies) const {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue