| Index: chrome/browser/permissions/grouped_permission_infobar_delegate_android.h
|
| diff --git a/chrome/browser/permissions/grouped_permission_infobar_delegate_android.h b/chrome/browser/permissions/grouped_permission_infobar_delegate_android.h
|
| index 7e48c6c77705da0f942c444cf509f64c377a01eb..53ae6b5bba1f20346694fda9ba9d36a6b5183789 100644
|
| --- a/chrome/browser/permissions/grouped_permission_infobar_delegate_android.h
|
| +++ b/chrome/browser/permissions/grouped_permission_infobar_delegate_android.h
|
| @@ -14,6 +14,10 @@
|
| class GURL;
|
| class InfoBarService;
|
|
|
| +namespace content {
|
| +enum class PermissionType;
|
| +} // namespace content
|
| +
|
| // An InfoBar that displays a group of permission requests, each of which can be
|
| // allowed or blocked independently.
|
| // TODO(tsergeant): Expand this class so it can be used without subclassing.
|
| @@ -35,7 +39,7 @@ class GroupedPermissionInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| // opt-out of persisting their accept/deny decision.
|
| bool ShouldShowPersistenceToggle() const;
|
|
|
| - ContentSettingsType GetContentSettingType(size_t position) const;
|
| + content::PermissionType GetPermissionType(size_t position) const;
|
| int GetIconIdForPermission(size_t position) const;
|
|
|
| // Message text to display for an individual permission at |position|.
|
|
|