| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index 5010e97fdfd8d2edce72603aa5da44e5b33d0381..bd5882850f95e6f6c33d9d4c27f188e6c607ceb3 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -67,6 +67,7 @@ class OffTheRecordProfileImpl : public Profile {
|
| net::URLRequestContextGetter* CreateMediaRequestContextForStoragePartition(
|
| const base::FilePath& partition_path,
|
| bool in_memory) override;
|
| + void RegisterInProcessServices(StaticServiceMap* services) override;
|
| net::SSLConfigService* GetSSLConfigService() override;
|
| bool IsSameProfile(Profile* profile) override;
|
| Time GetStartTime() const override;
|
|
|