Chromium Code Reviews| Index: net/cookies/cookie_monster.h |
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h |
| index 320ee6671a1f25853a7058bb13ed2d0850647b53..2aa695ab08d774a6c374d8014618ea135627d863 100644 |
| --- a/net/cookies/cookie_monster.h |
| +++ b/net/cookies/cookie_monster.h |
| @@ -417,7 +417,7 @@ class NET_EXPORT CookieMonster : public CookieStore { |
| // New items MUST be added at the end of the list, just before |
| // COOKIE_TYPE_LAST_ENTRY; |
| enum CookieType { |
| - COOKIE_TYPE_FIRSTPARTYONLY = 0, |
| + COOKIE_TYPE_SAMESITE = 0, |
|
mmenke
2016/01/25 18:47:10
SAME_SITE
Mike West
2016/01/26 11:05:45
Done.
|
| COOKIE_TYPE_HTTPONLY, |
| COOKIE_TYPE_SECURE, |
| COOKIE_TYPE_LAST_ENTRY |