| Index: net/cookies/parsed_cookie.h
|
| diff --git a/net/cookies/parsed_cookie.h b/net/cookies/parsed_cookie.h
|
| index ccb30d8ed06530ce12bd011e966f09901089ce27..5e6f615e2aa096330253a302a11542f67eb97306 100644
|
| --- a/net/cookies/parsed_cookie.h
|
| +++ b/net/cookies/parsed_cookie.h
|
| @@ -23,8 +23,6 @@ class NET_EXPORT ParsedCookie {
|
|
|
| // The maximum length of a cookie string we will try to parse
|
| static const size_t kMaxCookieSize = 4096;
|
| - // The maximum number of Token/Value pairs. Shouldn't have more than 8.
|
| - static const int kMaxPairs = 16;
|
|
|
| // Construct from a cookie string like "BLAH=1; path=/; domain=.google.com"
|
| // Format is according to RFC 6265. Cookies with both name and value empty
|
|
|