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

Unified Diff: net/cookies/cookie_monster_unittest.cc

Issue 2595703002: Expand net::CookieStore::ChangeCause::EXPLICIT for debugging. (Closed)
Patch Set: Created 4 years 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: net/cookies/cookie_monster_unittest.cc
diff --git a/net/cookies/cookie_monster_unittest.cc b/net/cookies/cookie_monster_unittest.cc
index 2c5ae97212b9d9b592a2436d0e52299af16e20a7..de8d7e0039cf271d60c70142a8ba5766060f5756 100644
--- a/net/cookies/cookie_monster_unittest.cc
+++ b/net/cookies/cookie_monster_unittest.cc
@@ -3430,7 +3430,7 @@ TEST_F(CookieMonsterNotificationTest, NotifyOnDelete) {
EXPECT_EQ("abc", cookies[1].Name());
EXPECT_EQ("def", cookies[1].Value());
- EXPECT_EQ(CookieStore::ChangeCause::EXPLICIT, causes[1]);
+ EXPECT_EQ(CookieStore::ChangeCause::EXPLICIT1, causes[1]);
}
TEST_F(CookieMonsterNotificationTest, NotifyOnUpdate) {

Powered by Google App Engine
This is Rietveld 408576698