| 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();
|
|
|