Index: chrome/browser/ui/views/tabs/tab.h |
diff --git a/chrome/browser/ui/views/tabs/tab.h b/chrome/browser/ui/views/tabs/tab.h |
index 73d24dc766edfed5d44b5b9a34ea8c35fbb225a6..efe53698dc4949be26f148a03e293b8500c691f9 100644 |
--- a/chrome/browser/ui/views/tabs/tab.h |
+++ b/chrome/browser/ui/views/tabs/tab.h |
@@ -54,9 +54,6 @@ class Tab : public BaseTab { |
// Returns the width for mini-tabs. Mini-tabs always have this width. |
static int GetMiniWidth(); |
- // Returns the smallest tabs can get when in touch mode. |
- static gfx::Size GetTouchModeMinimumSize(); |
- |
protected: |
// BaseTab overrides: |
virtual const gfx::Rect& GetTitleBounds() const OVERRIDE; |