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

Unified Diff: android_webview/browser/net/aw_cookie_store_wrapper_unittest.cc

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
« no previous file with comments | « no previous file | ios/net/cookies/cookie_store_ios_persistent_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/net/aw_cookie_store_wrapper_unittest.cc
diff --git a/android_webview/browser/net/aw_cookie_store_wrapper_unittest.cc b/android_webview/browser/net/aw_cookie_store_wrapper_unittest.cc
index 171bfb702c7ee6bfc067fe9795057bb971dbffee..d856d24b0048dde1304a960ffeea8d0a8ec68570 100644
--- a/android_webview/browser/net/aw_cookie_store_wrapper_unittest.cc
+++ b/android_webview/browser/net/aw_cookie_store_wrapper_unittest.cc
@@ -34,6 +34,7 @@ struct AwCookieStoreWrapperTestTraits {
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;
};
« no previous file with comments | « no previous file | ios/net/cookies/cookie_store_ios_persistent_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698