Searched defs:CookieMonsterTestTraits (Results 1 – 2 of 2) sorted by relevance
115 struct CookieMonsterTestTraits { struct116 static std::unique_ptr<CookieStore> Create() { in Create()121 static void DeliverChangeNotifications() { base::RunLoop().RunUntilIdle(); } in DeliverChangeNotifications()123 static const bool supports_http_only = true;124 static const bool supports_non_dotted_domains = true;125 static const bool preserves_trailing_dots = true;126 static const bool filters_schemes = true;127 static const bool has_path_prefix_bug = false;128 static const bool forbids_setting_empty_name = false;129 static const bool supports_global_cookie_tracking = true;[all …]
502 struct CookieMonsterTestTraits { struct