| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 49c9726f96dadcdf0a2b6595daa643dbc74b9b01..8b9cb76c8066f594de019bc57291c8322de39128 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -98,6 +98,7 @@ class ProfileImpl : public Profile {
|
| content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
|
| content::PermissionManager* GetPermissionManager() override;
|
| content::BackgroundSyncController* GetBackgroundSyncController() override;
|
| + content::ChooserPermissionManager* GetChooserPermissionManager() override;
|
|
|
| // Profile implementation:
|
| scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() override;
|
|
|