summaryrefslogtreecommitdiffstats
path: root/chrome/views/chrome_menu.h
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 19:29:08 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 19:29:08 +0000
commitf28cbb7246977eb443650f7d2fc9675b573317b2 (patch)
treedda1262734dd45010df771821e869b687b9d1b6a /chrome/views/chrome_menu.h
parent431c16ea953a80b9153ba9a8c0b17b07a96f4a24 (diff)
downloadchromium_src-f28cbb7246977eb443650f7d2fc9675b573317b2.zip
chromium_src-f28cbb7246977eb443650f7d2fc9675b573317b2.tar.gz
chromium_src-f28cbb7246977eb443650f7d2fc9675b573317b2.tar.bz2
Adds support for autoscrolling on drag to bookmark tree/table.
BUG=674 TEST=none Review URL: http://codereview.chromium.org/9042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/chrome_menu.h')
-rw-r--r--chrome/views/chrome_menu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/views/chrome_menu.h b/chrome/views/chrome_menu.h
index 9051999..e1ed347 100644
--- a/chrome/views/chrome_menu.h
+++ b/chrome/views/chrome_menu.h
@@ -207,11 +207,6 @@ class MenuItemView : public View {
// ID used to identify menu items.
static const int kMenuItemViewID;
- // Used to determine whether a drop is on an item or before/after it. If
- // a drop occurs kDropBetweenPixels from the top/bottom it is considered
- // before/after the menu item, otherwise it is on the item.
- static const int kDropBetweenPixels;
-
// If true SetNestableTasksAllowed(true) is invoked before MessageLoop::Run
// is invoked. This is only useful for testing and defaults to false.
static bool allow_task_nesting_during_run_;