summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
diff options
context:
space:
mode:
authorpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 14:40:22 +0000
committerpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 14:40:22 +0000
commitd2ce4e36112e646bae1c171c2df49090d079d522 (patch)
tree00c2e94b2439758d5a6486abcbf86c221d8719fb /chrome/browser/tab_contents
parentc982b895a97c1637f3eaf85ac515418b7e6e768f (diff)
downloadchromium_src-d2ce4e36112e646bae1c171c2df49090d079d522.zip
chromium_src-d2ce4e36112e646bae1c171c2df49090d079d522.tar.gz
chromium_src-d2ce4e36112e646bae1c171c2df49090d079d522.tar.bz2
Revert 53603 - Make the OmniboxSearchHint infobar use PAGE_ACTION_TYPE.
With this, this infobar gets the blue style to match with the mocks. Also did a cleanup to get rid of INFO_TYPE that is not more needed. [Rollback: Following this patch, the Chromium XP debug builder started having persistent link failures (LINK1318 error). This is a test to see if it fixes the problems.] BUG=39102 TEST=trybots Signed-off-by: Thiago Farina <tfarina@chromium.org> Review URL: http://codereview.chromium.org/2805096 TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/2884038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r--chrome/browser/tab_contents/infobar_delegate.h1
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