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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.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: Code review. Created 9 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl_io_data.h
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index b766119ddac9d393375c22e123bce119abbaed08..8aca7f894f00d3f10ccc9c23a4dd7e4784973198 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -45,7 +45,8 @@ class ProfileImplIOData : public ProfileIOData {
const FilePath& app_path,
chrome_browser_net::Predictor* predictor,
PrefService* local_state,
- IOThread* io_thread);
+ IOThread* io_thread,
+ bool restore_old_session_cookies);
base::Callback<ChromeURLDataManagerBackend*(void)>
GetChromeURLDataManagerBackendGetter() const;
@@ -113,6 +114,7 @@ class ProfileImplIOData : public ProfileIOData {
FilePath media_cache_path;
int media_cache_max_size;
FilePath extensions_cookie_path;
+ bool restore_old_session_cookies;
};
typedef base::hash_map<std::string, net::HttpTransactionFactory* >
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698