Fix compilation errors on OS X

This commit is contained in:
Cheng Zhao 2016-03-08 23:28:28 +09:00
parent baf5f384cd
commit d3a39540b5
8 changed files with 31 additions and 22 deletions

View file

@ -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;
}