summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_monster_store_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/cookies/cookie_monster_store_test.cc')
-rw-r--r--net/cookies/cookie_monster_store_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/cookies/cookie_monster_store_test.cc b/net/cookies/cookie_monster_store_test.cc
index 350a015..226242a 100644
--- a/net/cookies/cookie_monster_store_test.cc
+++ b/net/cookies/cookie_monster_store_test.cc
@@ -97,6 +97,8 @@ void MockCookieMonsterDelegate::OnCookieChanged(
changes_.push_back(notification);
}
+void MockCookieMonsterDelegate::OnLoaded() {}
+
MockCookieMonsterDelegate::~MockCookieMonsterDelegate() {}
CanonicalCookie BuildCanonicalCookie(const std::string& key,