Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: ios/net/cookies/cookie_store_ios_persistent_unittest.mm

Issue 2898953008: Implement and test CanonicalCookie::IsCanonical() (Closed)
Patch Set: Removed vestigial code. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/net/cookies/cookie_store_ios_persistent_unittest.mm
diff --git a/ios/net/cookies/cookie_store_ios_persistent_unittest.mm b/ios/net/cookies/cookie_store_ios_persistent_unittest.mm
index 1a412110dea12fe62dcf9e603d6be43433c38271..85706f608f672c4aece73605fe1aa677c8c43198 100644
--- a/ios/net/cookies/cookie_store_ios_persistent_unittest.mm
+++ b/ios/net/cookies/cookie_store_ios_persistent_unittest.mm
@@ -30,6 +30,7 @@ struct InactiveCookieStoreIOSTestTraits {
static const bool preserves_trailing_dots = true;
static const bool filters_schemes = false;
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;
static const int enforces_prefixes = true;
static const bool enforce_strict_secure = false;
@@ -125,4 +126,4 @@ TEST_F(CookieStoreIOSPersistentTest, NotSynchronized) {
EXPECT_EQ("a=b", callback.cookie_line());
}
-} // namespace net
+} // namespace net
« no previous file with comments | « android_webview/browser/net/aw_cookie_store_wrapper_unittest.cc ('k') | ios/net/cookies/cookie_store_ios_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698