| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl_io_data.cc (revision 90949)
|
| +++ chrome/browser/profiles/profile_impl_io_data.cc (working copy)
|
| @@ -144,6 +144,9 @@
|
| io_data_->InitializeProfileParams(profile_);
|
| ChromeNetworkDelegate::InitializeReferrersEnabled(
|
| io_data_->enable_referrers(), profile_->GetPrefs());
|
| + io_data_->clear_local_state_on_exit()->Init(
|
| + prefs::kClearSiteDataOnExit, profile_->GetPrefs(), NULL);
|
| + io_data_->clear_local_state_on_exit()->MoveToThread(BrowserThread::IO);
|
| initialized_ = true;
|
| }
|
| }
|
|
|