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

Unified Diff: content/shell/browser/shell_network_delegate.cc

Issue 2633663003: Implements strict secure cookies as the default behavior in //net (Closed)
Patch Set: Rebase on ToT 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 976a236d73ac9ad8ea7d0a8fabea5267abd6837d..dc58d455158e4072bd8a0378e063b80a982a3976 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
« no previous file with comments | « content/shell/browser/shell_network_delegate.h ('k') | headless/public/util/generic_url_request_job_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698