summaryrefslogtreecommitdiffstats
path: root/views/controls/table/table_view.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 18:07:51 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-10 18:07:51 +0000
commite6771600ddcb67a80854ff8c268d599b267236f3 (patch)
tree2fad16a58fc37177f9b6eeca8edb8ee545a7344a /views/controls/table/table_view.h
parent2cdd900ff4fbd3eec06d8cce61152604be7630b5 (diff)
downloadchromium_src-e6771600ddcb67a80854ff8c268d599b267236f3.zip
chromium_src-e6771600ddcb67a80854ff8c268d599b267236f3.tar.gz
chromium_src-e6771600ddcb67a80854ff8c268d599b267236f3.tar.bz2
Remove checkbox table support, as it is unused.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2009007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/table/table_view.h')
-rw-r--r--views/controls/table/table_view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/views/controls/table/table_view.h b/views/controls/table/table_view.h
index 0ed3396..ceade30 100644
--- a/views/controls/table/table_view.h
+++ b/views/controls/table/table_view.h
@@ -375,10 +375,6 @@ class TableView : public NativeControl,
// range start - [start + length] are updated from the model.
void UpdateListViewCache0(int start, int length, bool add);
- // Notification from the ListView that the checked state of the item has
- // changed.
- void OnCheckedStateChanged(int model_row, bool is_checked);
-
// Returns the index of the selected item before |view_index|, or -1 if
// |view_index| is the first selected item.
//