Index: views/controls/combobox/combobox.h |
=================================================================== |
--- views/controls/combobox/combobox.h (revision 45498) |
+++ views/controls/combobox/combobox.h (working copy) |
@@ -79,9 +79,6 @@ |
// The current selection. |
int selected_item_; |
- // The accessible name of this control. |
- std::wstring accessible_name_; |
- |
DISALLOW_COPY_AND_ASSIGN(Combobox); |
}; |