Index: chrome/browser/ui/views/tabs/tab_strip.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc |
index 12ec61cfdb9d1c88ed869084c2f591db6d7b87b2..9432e78dba30935c6449829a2226925eae002e5a 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.cc |
+++ b/chrome/browser/ui/views/tabs/tab_strip.cc |
@@ -96,8 +96,10 @@ static const int kMaxStackedCount = 4; |
static const int kStackedPadding = 6; |
// See UpdateLayoutTypeFromMouseEvent() for a description of these. |
+#if !defined(USE_ASH) |
const int kMouseMoveTimeMS = 200; |
const int kMouseMoveCountBeforeConsiderReal = 3; |
+#endif |
// Amount of time we delay before resizing after a close from a touch. |
const int kTouchResizeLayoutTimeMS = 2000; |