| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index b13a753b6ee7a19c83ed9a5ba9d00bdf1296e63d..1c375d105f834332a707f2e1457e886c68359a67 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -354,6 +354,7 @@ HostContentSettingsMap* OffTheRecordProfileImpl::GetHostContentSettingsMap() {
|
| // ensure the preferences have been migrated.
|
| profile_->GetHostContentSettingsMap();
|
| if (!host_content_settings_map_.get()) {
|
| + DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), true);
|
| #if defined(ENABLE_EXTENSIONS)
|
| ExtensionService* extension_service =
|
|
|