| Index: net/cookies/cookie_monster.h
|
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
|
| index 8426d7216dfafe5565660c6776ac9eb6e4b037a9..72d09d0bdc7ab3f47f3c25b65d93c75ab05a5dbe 100644
|
| --- a/net/cookies/cookie_monster.h
|
| +++ b/net/cookies/cookie_monster.h
|
| @@ -167,7 +167,6 @@
|
| bool secure,
|
| bool http_only,
|
| bool first_party,
|
| - bool enforce_prefixes,
|
| CookiePriority priority,
|
| const SetCookiesCallback& callback);
|
|
|
| @@ -465,7 +464,6 @@
|
| bool secure,
|
| bool http_only,
|
| bool first_party,
|
| - bool enforce_prefixes,
|
| CookiePriority priority);
|
|
|
| CookieList GetAllCookies();
|
|
|