Index: chrome/browser/gtk/notifications/notification_options_menu_model.h |
diff --git a/chrome/browser/gtk/notifications/notification_options_menu_model.h b/chrome/browser/gtk/notifications/notification_options_menu_model.h |
index f4b67f378043a517676c261f53701908182c0a76..a88adb76fd8112b696d037f4f9a1f4bd34d45dff 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); |