| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index 07d7ce7b8eb9b11642b0585e10eb570dc7c02433..7ab41b6ea9f8f294dae04938e2a71ad2771933ec 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -132,6 +132,7 @@ class InfoBarDelegate {
|
| // Removed: DESKTOP_SEARCH_REDIRECTION_INFOBAR_DELEGATE = 62,
|
| UPDATE_PASSWORD_INFOBAR_DELEGATE = 63,
|
| DATA_REDUCTION_PROMO_INFOBAR_DELEGATE_ANDROID = 64,
|
| + AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_DELEGATE_ANDROID = 65,
|
| };
|
|
|
| // Describes navigation events, used to decide whether infobars should be
|
|
|