Index: chrome/browser/ui/views/tabs/tab_strip.h |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h |
index 0f71a4dbe348e26a0228b745edb68c3d4dc0ac5b..269a2b83c0dea5be90a6b1f3e3e9e3e019797bb7 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.h |
+++ b/chrome/browser/ui/views/tabs/tab_strip.h |
@@ -258,13 +258,8 @@ class TabStrip : public BaseTabStrip, |
// able to lay it out before we are able to get its image from the |
// ui::ThemeProvider. It also makes sense to do this, because the size of the |
// new tab button should not need to be calculated dynamically. |
-#if defined(TOUCH_UI) |
- static const int kNewTabButtonWidth = 66; |
- static const int kNewTabButtonHeight = 39; |
-#else |
static const int kNewTabButtonWidth = 28; |
static const int kNewTabButtonHeight = 18; |
-#endif |
// Valid for the lifetime of a drag over us. |
scoped_ptr<DropInfo> drop_info_; |