diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-30 02:22:35 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-30 02:22:35 +0000 |
commit | 8db2b8493a35e2318bd47a6be52df88079d0a976 (patch) | |
tree | 723ba228d15c286f08ab63b4b719bf6d213e5bc9 /chrome/browser/tab_contents | |
parent | dae22c5cddc8f1ebdfe77e66ebbf834255f94319 (diff) | |
download | chromium_src-8db2b8493a35e2318bd47a6be52df88079d0a976.zip chromium_src-8db2b8493a35e2318bd47a6be52df88079d0a976.tar.gz chromium_src-8db2b8493a35e2318bd47a6be52df88079d0a976.tar.bz2 |
Reland r53603 - Make the OmniboxSearchHint infobar use PAGE_ACTION_TYPE.
This reverts commit 893e3e083fe8d77949860cdb1af7fc14a371651e.
It was reverted due to a LINK failure, but reverting didn't fixed either, so I'm relanding it again.
BUG=39102
TEST=trybots
Review URL: http://codereview.chromium.org/2805096/
TBR=mirandac@chromium.org
Review URL: http://codereview.chromium.org/3057018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/infobar_delegate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/infobar_delegate.h b/chrome/browser/tab_contents/infobar_delegate.h index c070161..7be7b1e 100644 --- a/chrome/browser/tab_contents/infobar_delegate.h +++ b/chrome/browser/tab_contents/infobar_delegate.h @@ -49,7 +49,6 @@ 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 |