| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index a33cf618e79242dc4240e676537e112ff72417e7..b31dc3a0840e93d2ea71069885e71653724645c9 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -129,6 +129,7 @@ class InfoBarDelegate {
|
| UPGRADE_INFOBAR_DELEGATE = 59,
|
| CHROME_WINDOW_ERROR = 60,
|
| CONFIRM_DANGEROUS_DOWNLOAD = 61,
|
| + UPDATE_PASSWORD_INFOBAR_DELEGATE = 62,
|
| };
|
|
|
| // Describes navigation events, used to decide whether infobars should be
|
|
|