summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/notifications/notification_options_menu_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/notifications/notification_options_menu_model.h')
-rw-r--r--chrome/browser/gtk/notifications/notification_options_menu_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/gtk/notifications/notification_options_menu_model.h b/chrome/browser/gtk/notifications/notification_options_menu_model.h
index f4b67f3..a88adb7 100644
--- a/chrome/browser/gtk/notifications/notification_options_menu_model.h
+++ b/chrome/browser/gtk/notifications/notification_options_menu_model.h
@@ -27,6 +27,7 @@ class NotificationOptionsMenuModel : public menus::MenuModel {
virtual bool IsItemCheckedAt(int index) const;
virtual int GetGroupIdAt(int index) const;
virtual bool GetIconAt(int index, SkBitmap* icon) const;
+ virtual menus::ButtonMenuItemModel* GetButtonMenuItemAt(int index) const;
virtual bool IsEnabledAt(int index) const;
virtual MenuModel* GetSubmenuModelAt(int index) const;
virtual void HighlightChangedTo(int index);