summaryrefslogtreecommitdiffstats
path: root/views/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/view.cc')
-rw-r--r--views/view.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/views/view.cc b/views/view.cc
index 9c5ab42..b8db44c 100644
--- a/views/view.cc
+++ b/views/view.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -41,6 +41,9 @@ ViewsDelegate* ViewsDelegate::views_delegate = NULL;
// static
char View::kViewClassName[] = "views/View";
+// static
+const int View::kShowFolderDropMenuDelay = 400;
+
/////////////////////////////////////////////////////////////////////////////
//
// View - constructors, destructors, initialization