| 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 8cd1fe506adaa98ebe01b13f97741b43699fc815..377c48705850b5676a19a12f13e8d3bd334cac27 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -109,6 +109,7 @@ class OffTheRecordProfileImpl : public Profile {
|
| content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
|
| content::PermissionManager* GetPermissionManager() override;
|
| content::BackgroundSyncController* GetBackgroundSyncController() override;
|
| + content::ChooserPermissionManager* GetChooserPermissionManager() override;
|
|
|
| private:
|
| void InitIoData();
|
|
|