| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index ec4cedc9ae89aab260044dc5b44b386aaa2fd78c..5f41bd3a97634682d3a372903cff5cf96444da51 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -111,7 +111,6 @@ class ProfileImpl : public Profile {
|
| PrefService* GetOffTheRecordPrefs() override;
|
| net::URLRequestContextGetter* GetRequestContextForExtensions() override;
|
| net::SSLConfigService* GetSSLConfigService() override;
|
| - HostContentSettingsMap* GetHostContentSettingsMap() override;
|
| bool IsSameProfile(Profile* profile) override;
|
| base::Time GetStartTime() const override;
|
| net::URLRequestContextGetter* CreateRequestContext(
|
|
|