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

Unified Diff: net/base/cookie_monster_store_test.h

Issue 8533013: SessionRestore: Store session cookies and restore them if chrome crashes or auto-restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month 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/base/cookie_monster_store_test.h
diff --git a/net/base/cookie_monster_store_test.h b/net/base/cookie_monster_store_test.h
index b514ec276c9ef62377643ecc762471fe807e0be8..5e3b3ddbf7cb0e9196c558c4a23aaf4694250e29 100644
--- a/net/base/cookie_monster_store_test.h
+++ b/net/base/cookie_monster_store_test.h
@@ -100,6 +100,8 @@ class MockPersistentCookieStore
// No files are created so nothing to clear either
virtual void SetClearLocalStateOnExit(bool clear_local_state) OVERRIDE;
+ virtual void SetClearSessionStateOnExit(bool clear_local_state) OVERRIDE;
+
private:
CommandList commands_;
@@ -177,6 +179,8 @@ class MockSimplePersistentCookieStore
virtual void SetClearLocalStateOnExit(bool clear_local_state) OVERRIDE;
+ virtual void SetClearSessionStateOnExit(bool clear_local_state) OVERRIDE;
+
private:
typedef std::map<int64, CookieMonster::CanonicalCookie>
CanonicalCookieMap;

Powered by Google App Engine
This is Rietveld 408576698