| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
|
| index 52d667812aec782106d4e683103e6da47b09047c..dbd5e0f9cb5e85251e38310c29a708efa43e61e6 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -379,10 +379,6 @@ void ProfileImplIOData::Handle::LazyInitialize() const {
|
| // below try to get the ResourceContext pointer.
|
| initialized_ = true;
|
| PrefService* pref_service = profile_->GetPrefs();
|
| - io_data_->session_startup_pref()->Init(
|
| - prefs::kRestoreOnStartup, pref_service);
|
| - io_data_->session_startup_pref()->MoveToThread(
|
| - BrowserThread::GetTaskRunnerForThread(BrowserThread::IO));
|
| io_data_->safe_browsing_enabled()->Init(prefs::kSafeBrowsingEnabled,
|
| pref_service);
|
| io_data_->safe_browsing_enabled()->MoveToThread(
|
|
|