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

Unified Diff: net/url_request/url_request_test_util.cc

Issue 1393193005: Implement $Secure- cookie prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add another test 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/url_request/url_request_test_util.cc
diff --git a/net/url_request/url_request_test_util.cc b/net/url_request/url_request_test_util.cc
index efcc759ba6590b57fa73a2d51af4df34e06e0eea..e40ef4b6ea2201a075d6163bea98f74ee45591fd 100644
--- a/net/url_request/url_request_test_util.cc
+++ b/net/url_request/url_request_test_util.cc
@@ -616,7 +616,7 @@ bool TestNetworkDelegate::OnCanAccessFile(const URLRequest& request,
return can_access_files_;
}
-bool TestNetworkDelegate::OnFirstPartyOnlyCookieExperimentEnabled() const {
+bool TestNetworkDelegate::OnExperimentalFeaturesEnabled() const {
return first_party_only_cookies_enabled_;
Mike West 2015/10/09 15:54:32 Nit: Should probably rename this as well.
estark 2015/10/10 05:04:02 Done, in https://codereview.chromium.org/139285300
}

Powered by Google App Engine
This is Rietveld 408576698