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

Unified Diff: content/shell/browser/shell_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: content/shell/browser/shell_network_delegate.cc
diff --git a/content/shell/browser/shell_network_delegate.cc b/content/shell/browser/shell_network_delegate.cc
index ff832d7ae02e6586cce3f96c8a0eb677191573a4..76324bab860ea513b4a5860ded18974d04eb58f5 100644
--- a/content/shell/browser/shell_network_delegate.cc
+++ b/content/shell/browser/shell_network_delegate.cc
@@ -113,8 +113,4 @@ bool ShellNetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
switches::kEnableExperimentalWebPlatformFeatures);
}
-bool ShellNetworkDelegate::OnAreStrictSecureCookiesEnabled() const {
- return OnAreExperimentalCookieFeaturesEnabled();
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698