| Index: net/cookies/cookie_monster.h
|
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
|
| index ced1c235f7f3151bba447b6a3e92132e3005672e..556754b8a0a1fbfb015a75f78cfb9a863d87000d 100644
|
| --- a/net/cookies/cookie_monster.h
|
| +++ b/net/cookies/cookie_monster.h
|
| @@ -168,6 +168,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| bool secure,
|
| bool http_only,
|
| bool first_party,
|
| + bool enforce_prefixes,
|
| CookiePriority priority,
|
| const SetCookiesCallback& callback);
|
|
|
| @@ -465,6 +466,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| bool secure,
|
| bool http_only,
|
| bool first_party,
|
| + bool enforce_prefixes,
|
| CookiePriority priority);
|
|
|
| CookieList GetAllCookies();
|
|
|