| Index: net/cookies/parsed_cookie.h
|
| diff --git a/net/cookies/parsed_cookie.h b/net/cookies/parsed_cookie.h
|
| index 8a8e135ad69a78ffb1613567500f4f3c5aa9a922..115ca1ff22358ffd1cad7e6b94c5acb61d02c633 100644
|
| --- a/net/cookies/parsed_cookie.h
|
| +++ b/net/cookies/parsed_cookie.h
|
| @@ -128,7 +128,6 @@ class NET_EXPORT ParsedCookie {
|
| void ClearAttributePair(size_t index);
|
|
|
| PairList pairs_;
|
| - bool is_valid_;
|
| // These will default to 0, but that should never be valid since the
|
| // 0th index is the user supplied token/value, not an attribute.
|
| // We're really never going to have more than like 8 attributes, so we
|
|
|