| Index: chrome/browser/permissions/permission_infobar_delegate.h
|
| diff --git a/chrome/browser/permissions/permission_infobar_delegate.h b/chrome/browser/permissions/permission_infobar_delegate.h
|
| index f3bd625ffc41be387b8bcf1686461f8d64778ad4..7b0f429de36cab6d44a3da822b1061367c7f730d 100644
|
| --- a/chrome/browser/permissions/permission_infobar_delegate.h
|
| +++ b/chrome/browser/permissions/permission_infobar_delegate.h
|
| @@ -55,7 +55,7 @@ class PermissionInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| const PermissionSetCallback& callback);
|
|
|
| ~PermissionInfoBarDelegate() override;
|
| - virtual std::vector<int> content_settings() const;
|
| + virtual std::vector<int> content_settings_types() const;
|
|
|
| // Returns true if the infobar should display a toggle to allow users to
|
| // opt-out of persisting their accept/deny decision.
|
|
|