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* > |