Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index eac42fb6ab5c166ea1a2d4093695a8a567794fdb..2e43932d09a6fadfc19bfcaf8ca455e3c59251ad 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -10265,11 +10265,11 @@ I don't think this site should be blocked! |
| <message name="IDS_COOKIES_COOKIE_SENDFOR_SECURE" desc="Send Cookie for any kind of connection"> |
| Secure connections only |
| </message> |
| - <message name="IDS_COOKIES_COOKIE_SENDFOR_FIRSTPARTY" desc="Send Cookie for any first-party connection"> |
| - First-party connections only |
| + <message name="IDS_COOKIES_COOKIE_SENDFOR_SAMESITE" desc="Send Cookie for any same-site connection"> |
|
mmenke
2016/01/25 18:47:10
SAME_SITE?
Mike West
2016/01/26 11:05:44
Yup.
|
| + Same-site connections only |
| </message> |
| - <message name="IDS_COOKIES_COOKIE_SENDFOR_SECURE_FIRSTPARTY" desc="Send Cookie for secure, first-party connections"> |
| - Secure first-party connections only |
| + <message name="IDS_COOKIES_COOKIE_SENDFOR_SECURE_SAMESITE" desc="Send Cookie for secure, same-site connections"> |
|
mmenke
2016/01/25 18:47:10
SAME_SITE?
Mike West
2016/01/26 11:05:44
Yup. :)
|
| + Secure same-site connections only |
| </message> |
| <message name="IDS_COOKIES_COOKIE_ACCESSIBLE_TO_SCRIPT_YES" desc="Accessible to Script"> |
| Yes |