| Index: net/base/network_delegate_impl.cc
|
| diff --git a/net/base/network_delegate_impl.cc b/net/base/network_delegate_impl.cc
|
| index af4d708647bf95d49f12c684c3c635cdf509b417..409dfc06a3423d721125a518743ab6ddc9c37fc9 100644
|
| --- a/net/base/network_delegate_impl.cc
|
| +++ b/net/base/network_delegate_impl.cc
|
| @@ -104,7 +104,7 @@ bool NetworkDelegateImpl::OnCanEnablePrivacyMode(
|
| return false;
|
| }
|
|
|
| -bool NetworkDelegateImpl::OnFirstPartyOnlyCookieExperimentEnabled() const {
|
| +bool NetworkDelegateImpl::OnExperimentalFeaturesEnabled() const {
|
| return false;
|
| }
|
|
|
|
|