summaryrefslogtreecommitdiffstats
path: root/chrome/views/table_view.h
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 00:05:35 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 00:05:35 +0000
commit127cc6babf419c6dbd6204fb2cdd969c1777befa (patch)
tree188ab44575f92f01cffbe65e93ae648cd89745f2 /chrome/views/table_view.h
parentdccf5db1c627eb53f5dba004ab4e8628323a94b0 (diff)
downloadchromium_src-127cc6babf419c6dbd6204fb2cdd969c1777befa.zip
chromium_src-127cc6babf419c6dbd6204fb2cdd969c1777befa.tar.gz
chromium_src-127cc6babf419c6dbd6204fb2cdd969c1777befa.tar.bz2
Changes TableView to have its own mouse handling code so that we can
start a drag when user clicks anywhere on a row. BUG=4306 TEST=thoroughly test drag and drop of bookmark manager table. Review URL: http://codereview.chromium.org/9776 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/table_view.h')
-rw-r--r--chrome/views/table_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/table_view.h b/chrome/views/table_view.h
index e0e4ad4..b02ec24 100644
--- a/chrome/views/table_view.h
+++ b/chrome/views/table_view.h
@@ -438,7 +438,7 @@ class TableView : public NativeControl,
// Notification from the ListView that the selected state of an item has
// changed.
- virtual void OnSelectedStateChanged(int item, bool is_selected);
+ virtual void OnSelectedStateChanged();
// Notification from the ListView that the used double clicked the table.
virtual void OnDoubleClick();