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

Unified Diff: net/cookies/cookie_monster.h

Issue 1393193005: Implement $Secure- cookie prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 5 years, 2 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/cookies/cookie_monster.h
diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
index 72d09d0bdc7ab3f47f3c25b65d93c75ab05a5dbe..8426d7216dfafe5565660c6776ac9eb6e4b037a9 100644
--- a/net/cookies/cookie_monster.h
+++ b/net/cookies/cookie_monster.h
@@ -167,6 +167,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
bool secure,
bool http_only,
bool first_party,
+ bool enforce_prefixes,
CookiePriority priority,
const SetCookiesCallback& callback);
@@ -464,6 +465,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
bool secure,
bool http_only,
bool first_party,
+ bool enforce_prefixes,
CookiePriority priority);
CookieList GetAllCookies();

Powered by Google App Engine
This is Rietveld 408576698