| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index ced38d3371df534b78012c299dee1f9fc5804c17..05afee51003cf15015b6893fb2ddc3729713e043 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -135,6 +135,7 @@ class InfoBarDelegate {
|
| AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_DELEGATE_ANDROID = 65,
|
| SUBRESOURCE_FILTER_INFOBAR_DELEGATE_ANDROID = 66,
|
| INSTANT_APPS_INFOBAR_DELEGATE_ANDROID = 67,
|
| + GROUPED_PERMISSION_INFOBAR_DELEGATE = 68,
|
| };
|
|
|
| // Describes navigation events, used to decide whether infobars should be
|
|
|