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

Unified Diff: net/base/layered_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 | « ios/net/cookies/cookie_store_ios_unittest.mm ('k') | net/base/layered_network_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/layered_network_delegate.h
diff --git a/net/base/layered_network_delegate.h b/net/base/layered_network_delegate.h
index 496f98e2ea4eb8faceef6bd09578ef3511c571fd..1666d86a6b5072f4161ade284e226b9c2b08dd1c 100644
--- a/net/base/layered_network_delegate.h
+++ b/net/base/layered_network_delegate.h
@@ -82,7 +82,6 @@ class NET_EXPORT LayeredNetworkDelegate : public NetworkDelegate {
bool OnCanEnablePrivacyMode(const GURL& url,
const GURL& first_party_for_cookies) const final;
bool OnAreExperimentalCookieFeaturesEnabled() const final;
- bool OnAreStrictSecureCookiesEnabled() const final;
bool OnCancelURLRequestWithPolicyViolatingReferrerHeader(
const URLRequest& request,
const GURL& target_url,
@@ -152,7 +151,6 @@ class NET_EXPORT LayeredNetworkDelegate : public NetworkDelegate {
const GURL& first_party_for_cookies) const;
virtual void OnAreExperimentalCookieFeaturesEnabledInternal() const;
- virtual void OnAreStrictSecureCookiesEnabledInternal() const;
virtual void OnCancelURLRequestWithPolicyViolatingReferrerHeaderInternal(
const URLRequest& request,
« no previous file with comments | « ios/net/cookies/cookie_store_ios_unittest.mm ('k') | net/base/layered_network_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698