Index: net/base/network_delegate_impl.h |
diff --git a/net/base/network_delegate_impl.h b/net/base/network_delegate_impl.h |
index b0345dd062ad85b949416aaed431bc762d04f0ff..c81bcfd12ca696045aa4080f0e19d00cbd745956 100644 |
--- a/net/base/network_delegate_impl.h |
+++ b/net/base/network_delegate_impl.h |
@@ -210,8 +210,9 @@ class NET_EXPORT NetworkDelegateImpl : public NetworkDelegate { |
// experiment, and false otherwise. |
// |
// TODO(mkwst): Remove this once we decide whether or not we wish to ship |
- // first-party cookies. https://crbug.com/459154 |
- bool OnFirstPartyOnlyCookieExperimentEnabled() const override; |
+ // first-party cookies and cookie prefixes. https://crbug.com/459154, |
+ // https://crbug.com/541511 |
+ bool OnExperimentalFeaturesEnabled() const override; |
// Called when the |referrer_url| for requesting |target_url| during handling |
// of the |request| is does not comply with the referrer policy (e.g. a |