| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 56dc924d1463b4ee980f9b6037817e83b238eecc..436c557f0b105dc6868d5b0c0991d69f7663c4f7 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1079,6 +1079,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);
|
| }
|
|
|