Chromium Code Reviews| Index: app/menus/simple_menu_model.h |
| =================================================================== |
| --- app/menus/simple_menu_model.h (revision 33827) |
| +++ app/menus/simple_menu_model.h (working copy) |
| @@ -87,6 +87,8 @@ |
| // returns what it's passed. |
| virtual int FlipIndex(int index) const { return index; } |
| + Delegate* delegate() { return delegate_; } |
| + |
| private: |
| struct Item { |
| int command_id; |