| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index d77edf8ec9633d8e0c64750bb007a9dd9b2f3034..722225f93ee3f91b2798c55126632215f02da6cb 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -811,6 +811,11 @@ quota::SpecialStoragePolicy* ProfileImpl::GetSpecialStoragePolicy() {
|
| return GetExtensionSpecialStoragePolicy();
|
| }
|
|
|
| +bool ProfileImpl::ShouldSaveSessionStorageOnDisk() const {
|
| + return CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableRestoreSessionState);
|
| +}
|
| +
|
| BookmarkModel* ProfileImpl::GetBookmarkModel() {
|
| return BookmarkModelFactory::GetForProfile(this);
|
| }
|
|
|