| Index: net/cookies/cookie_monster.h
|
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
|
| index 75c63976b58d8e113821bf429a52af5b749a7b61..f0b3fd4a885881f450506a66178213c7463178dd 100644
|
| --- a/net/cookies/cookie_monster.h
|
| +++ b/net/cookies/cookie_monster.h
|
| @@ -168,6 +168,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| const base::Time& expiration_time,
|
| bool secure,
|
| bool http_only,
|
| + bool first_party,
|
| CookiePriority priority,
|
| const SetCookiesCallback& callback);
|
|
|
| @@ -421,6 +422,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| const base::Time& expiration_time,
|
| bool secure,
|
| bool http_only,
|
| + bool first_party,
|
| CookiePriority priority);
|
|
|
| CookieList GetAllCookies();
|
|
|