| 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 ad2fb05c13e3f23bf36f3ab89e6e849bce9269dd..65ab1dad4d1f50162dc4638eaeebc58bbd477825 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -355,6 +355,7 @@ net::SSLConfigService* OffTheRecordProfileImpl::GetSSLConfigService() {
|
| }
|
|
|
| HostContentSettingsMap* OffTheRecordProfileImpl::GetHostContentSettingsMap() {
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| // Retrieve the host content settings map of the parent profile in order to
|
| // ensure the preferences have been migrated.
|
| profile_->GetHostContentSettingsMap();
|
|
|