| Index: net/cookies/cookie_monster_unittest.cc
|
| diff --git a/net/cookies/cookie_monster_unittest.cc b/net/cookies/cookie_monster_unittest.cc
|
| index 3b958f2703ededa5bf8a5d496e16d9d62af423f2..5df654e4954a0a7f559b7f4f7470cf3073cc23a9 100644
|
| --- a/net/cookies/cookie_monster_unittest.cc
|
| +++ b/net/cookies/cookie_monster_unittest.cc
|
| @@ -109,6 +109,7 @@ struct CookieMonsterTestTraits {
|
| static const bool preserves_trailing_dots = true;
|
| static const bool filters_schemes = true;
|
| static const bool has_path_prefix_bug = false;
|
| + static const bool forbids_setting_empty_name = false;
|
| static const int creation_time_granularity_in_ms = 0;
|
| };
|
|
|
|
|