summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/menu_delegate.h')
-rw-r--r--views/controls/menu/menu_delegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/menu/menu_delegate.h b/views/controls/menu/menu_delegate.h
index a06b4a0..bfe2dec 100644
--- a/views/controls/menu/menu_delegate.h
+++ b/views/controls/menu/menu_delegate.h
@@ -43,8 +43,8 @@ class MenuDelegate : Controller {
DROP_ON
};
- // Whether or not an item should be shown as checked.
- // TODO(sky): need checked support.
+ // Whether or not an item should be shown as checked. This is invoked for
+ // radio buttons and check buttons.
virtual bool IsItemChecked(int id) const {
return false;
}