diff options
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/infobar_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/infobar_delegate.h b/chrome/browser/tab_contents/infobar_delegate.h index 9e10b29..3c8b7145 100644 --- a/chrome/browser/tab_contents/infobar_delegate.h +++ b/chrome/browser/tab_contents/infobar_delegate.h @@ -48,6 +48,7 @@ class InfoBarDelegate { // The type of the infobar. It controls its appearance, such as its background // color. enum Type { + INFO_TYPE, WARNING_TYPE, ERROR_TYPE, PAGE_ACTION_TYPE |