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

Unified Diff: net/base/layered_network_delegate.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/layered_network_delegate.cc
diff --git a/net/base/layered_network_delegate.cc b/net/base/layered_network_delegate.cc
index 914e62fdf893399765ae0b92bb941ed481c78fcb..f99d6e1734f5644ed35b7735ddc52d9f79903e91 100644
--- a/net/base/layered_network_delegate.cc
+++ b/net/base/layered_network_delegate.cc
@@ -232,16 +232,9 @@ bool LayeredNetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
return nested_network_delegate_->AreExperimentalCookieFeaturesEnabled();
}
-bool LayeredNetworkDelegate::OnAreStrictSecureCookiesEnabled() const {
- OnAreStrictSecureCookiesEnabledInternal();
- return nested_network_delegate_->AreStrictSecureCookiesEnabled();
-}
-
void LayeredNetworkDelegate::OnAreExperimentalCookieFeaturesEnabledInternal()
const {}
-void LayeredNetworkDelegate::OnAreStrictSecureCookiesEnabledInternal() const {}
-
bool LayeredNetworkDelegate::
OnCancelURLRequestWithPolicyViolatingReferrerHeader(
const URLRequest& request,

Powered by Google App Engine
This is Rietveld 408576698