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

Unified Diff: chrome/browser/net/sqlite_persistent_cookie_store.h

Issue 10447117: Unwire the clear on exit preference from the storage systems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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: chrome/browser/net/sqlite_persistent_cookie_store.h
diff --git a/chrome/browser/net/sqlite_persistent_cookie_store.h b/chrome/browser/net/sqlite_persistent_cookie_store.h
index 235bcf0933693f383b903dff12ac5f004bda313b..0aa0661e1bf69405cd53227946607c402a2cceeb 100644
--- a/chrome/browser/net/sqlite_persistent_cookie_store.h
+++ b/chrome/browser/net/sqlite_persistent_cookie_store.h
@@ -45,7 +45,7 @@ class SQLitePersistentCookieStore
const net::CookieMonster::CanonicalCookie& cc) OVERRIDE;
virtual void DeleteCookie(
const net::CookieMonster::CanonicalCookie& cc) OVERRIDE;
- virtual void SetClearLocalStateOnExit(bool clear_local_state) OVERRIDE;
+ virtual void SetKeepSessionCookies() OVERRIDE;
marja 2012/05/31 15:30:32 Isn't this the same as SaveSessionState in other s
jochen (gone - plz use gerrit) 2012/05/31 15:54:41 sure. Erik, wdyt?
erikwright (departed) 2012/05/31 18:02:02 I think I prefer it having the 'Set' in the name.
jochen (gone - plz use gerrit) 2012/06/01 12:15:19 I called it SetForceKeepSessionState
virtual void Flush(const base::Closure& callback) OVERRIDE;
protected:

Powered by Google App Engine
This is Rietveld 408576698