Index: components/infobars/core/infobar_delegate.h |
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h |
index 326b316075a03abc55c7cf09d467f2be7afd22f2..e0a17e6076d8e48d289a5aaa88dd6d51f205bef7 100644 |
--- a/components/infobars/core/infobar_delegate.h |
+++ b/components/infobars/core/infobar_delegate.h |
@@ -130,6 +130,7 @@ class InfoBarDelegate { |
CHROME_WINDOW_ERROR = 60, |
CONFIRM_DANGEROUS_DOWNLOAD = 61, |
DESKTOP_SEARCH_REDIRECTION_INFOBAR_DELEGATE = 62, |
+ UPDATE_PASSWORD_INFOBAR_DELEGATE = 63, |
}; |
// Describes navigation events, used to decide whether infobars should be |