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

Unified Diff: net/cookies/cookie_store_test_helpers.h

Issue 1616443003: Add FlushStore to CookieStore interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cookie_monster3
Patch Set: Fix ios Created 4 years, 11 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: net/cookies/cookie_store_test_helpers.h
diff --git a/net/cookies/cookie_store_test_helpers.h b/net/cookies/cookie_store_test_helpers.h
index 1750c7f07bdf037d92d6e392b97a14b4743b7b20..64ae73d87832fd09804ea4568c790fe5f28da3a1 100644
--- a/net/cookies/cookie_store_test_helpers.h
+++ b/net/cookies/cookie_store_test_helpers.h
@@ -63,6 +63,8 @@ class DelayedCookieMonster : public CookieStore {
void DeleteSessionCookiesAsync(const DeleteCallback&) override;
+ void FlushStore(const base::Closure& callback) override;
+
CookieMonster* GetCookieMonster() override;
scoped_ptr<CookieStore::CookieChangedSubscription>

Powered by Google App Engine
This is Rietveld 408576698