Fix compilation errors on OS X
This commit is contained in:
parent
baf5f384cd
commit
d3a39540b5
8 changed files with 31 additions and 22 deletions
|
@ -140,11 +140,11 @@ bool NetworkDelegate::OnCanEnablePrivacyMode(
|
|||
return false;
|
||||
}
|
||||
|
||||
bool OnAreStrictSecureCookiesEnabled() {
|
||||
bool NetworkDelegate::OnAreStrictSecureCookiesEnabled() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool OnAreExperimentalCookieFeaturesEnabled() {
|
||||
bool NetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue