| 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 db8650774632da0b33a2bfc7270fb15d5b6711f1..ce70534e671d6c8c487c3c516b2160a913622d2b 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -104,6 +104,7 @@ class OffTheRecordProfileImpl : public Profile {
|
| storage::SpecialStoragePolicy* GetSpecialStoragePolicy() override;
|
| content::PushMessagingService* GetPushMessagingService() override;
|
| content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
|
| + content::PermissionManager* GetPermissionManager() override;
|
|
|
| private:
|
| void InitIoData();
|
|
|