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

Unified Diff: net/base/network_delegate_impl.cc

Issue 2633663003: Implements strict secure cookies as the default behavior in //net (Closed)
Patch Set: Created 3 years, 11 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_impl.cc
diff --git a/net/base/network_delegate_impl.cc b/net/base/network_delegate_impl.cc
index be48c3ff0224e6b5bb3f278e377488401c906515..52d4efccc8258e89a136baef8a4aa9c22d60fe0f 100644
--- a/net/base/network_delegate_impl.cc
+++ b/net/base/network_delegate_impl.cc
@@ -107,10 +107,6 @@ bool NetworkDelegateImpl::OnAreExperimentalCookieFeaturesEnabled() const {
return false;
}
-bool NetworkDelegateImpl::OnAreStrictSecureCookiesEnabled() const {
- return false;
-}
-
bool NetworkDelegateImpl::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
const URLRequest& request,
const GURL& target_url,

Powered by Google App Engine
This is Rietveld 408576698