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

Unified Diff: net/base/network_delegate.h

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
« no previous file with comments | « net/base/layered_network_delegate.cc ('k') | net/base/network_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_delegate.h
diff --git a/net/base/network_delegate.h b/net/base/network_delegate.h
index 0fccae11f332e00c9ef435876bc441f73cfc426b..f602f3c26b42f2192ac8f118154c73d14258813d 100644
--- a/net/base/network_delegate.h
+++ b/net/base/network_delegate.h
@@ -107,10 +107,6 @@ class NET_EXPORT NetworkDelegate : public base::NonThreadSafe {
bool AreExperimentalCookieFeaturesEnabled() const;
- // TODO(jww): Remove this once we ship strict secure cookies:
- // https://crbug.com/546820
- bool AreStrictSecureCookiesEnabled() const;
-
bool CancelURLRequestWithPolicyViolatingReferrerHeader(
const URLRequest& request,
const GURL& target_url,
@@ -287,13 +283,6 @@ class NET_EXPORT NetworkDelegate : public base::NonThreadSafe {
// false otherwise.
virtual bool OnAreExperimentalCookieFeaturesEnabled() const = 0;
- // Returns true if the embedder has enabled experimental features or
- // specifically strict secure cookies, and false otherwise.
- //
- // TODO(jww): Remove this once we ship strict secure cookies:
- // https://crbug.com/546820.
- virtual bool OnAreStrictSecureCookiesEnabled() const = 0;
-
// Called when the |referrer_url| for requesting |target_url| during handling
// of the |request| is does not comply with the referrer policy (e.g. a
// secure referrer for an insecure initial target).
« no previous file with comments | « net/base/layered_network_delegate.cc ('k') | net/base/network_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698