| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 8ddd09e27d5235f0175fd6ef80bf2c61a1eb2cc0..a27961096920f5191751e6dc67a9a8026389dc26 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1070,6 +1070,7 @@ net::SSLConfigService* ProfileImpl::GetSSLConfigService() {
|
| }
|
|
|
| HostContentSettingsMap* ProfileImpl::GetHostContentSettingsMap() {
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| if (!host_content_settings_map_.get()) {
|
| host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), false);
|
| }
|
|
|