Index: chrome/browser/tab_contents/infobar.h |
=================================================================== |
--- chrome/browser/tab_contents/infobar.h (revision 96544) |
+++ chrome/browser/tab_contents/infobar.h (working copy) |
@@ -39,6 +39,7 @@ |
virtual ~InfoBar(); |
// Platforms must define these. |
+ static const int kDefaultBarTargetHeight; |
static const int kSeparatorLineHeight; |
static const int kDefaultArrowTargetHeight; |
static const int kMaximumArrowTargetHeight; |
@@ -74,9 +75,6 @@ |
int total_height() const { return arrow_height_ + bar_height_; } |
protected: |
- // Platforms must define this. |
- static const int kDefaultBarTargetHeight; |
- |
// ui::AnimationDelegate: |
virtual void AnimationProgressed(const ui::Animation* animation) OVERRIDE; |