Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: net/base/network_delegate.cc

Issue 1392853006: Rename NetworkDelegate first-party-only flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more renaming Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/network_delegate.cc
diff --git a/net/base/network_delegate.cc b/net/base/network_delegate.cc
index 15380281237c1662820d3dee094a9528305d0b01..e0cb347725e4c0cfc310c18b98f20cdd7a4c5faf 100644
--- a/net/base/network_delegate.cc
+++ b/net/base/network_delegate.cc
@@ -174,8 +174,8 @@ bool NetworkDelegate::CanEnablePrivacyMode(
return OnCanEnablePrivacyMode(url, first_party_for_cookies);
}
-bool NetworkDelegate::FirstPartyOnlyCookieExperimentEnabled() const {
- return OnFirstPartyOnlyCookieExperimentEnabled();
+bool NetworkDelegate::ExperimentalCookieFeaturesEnabled() const {
+ return OnExperimentalCookieFeaturesEnabled();
}
bool NetworkDelegate::CancelURLRequestWithPolicyViolatingReferrerHeader(

Powered by Google App Engine
This is Rietveld 408576698