| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index f8418b18530f2e88e8def3796afbc1f8fd8ff5d2..c941cd8b32b5f3601fab3eac974ff1bec905fd76 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -282,7 +282,6 @@ class TestingProfile : public Profile {
|
| content::ProtocolHandlerMap* protocol_handlers,
|
| content::URLRequestInterceptorScopedVector request_interceptors) override;
|
| net::SSLConfigService* GetSSLConfigService() override;
|
| - HostContentSettingsMap* GetHostContentSettingsMap() override;
|
| void set_last_session_exited_cleanly(bool value) {
|
| last_session_exited_cleanly_ = value;
|
| }
|
|
|