| Index: chrome/browser/chromeos/status/power_menu_button.h
|
| diff --git a/chrome/browser/chromeos/status/power_menu_button.h b/chrome/browser/chromeos/status/power_menu_button.h
|
| index 15601bc92d799a71e552757e51025ba421745b99..413b74429eb70b3c60f423216a83ba099c9b933c 100644
|
| --- a/chrome/browser/chromeos/status/power_menu_button.h
|
| +++ b/chrome/browser/chromeos/status/power_menu_button.h
|
| @@ -37,6 +37,9 @@ class PowerMenuButton : public StatusAreaButton,
|
| virtual bool IsItemCheckedAt(int index) const { return false; }
|
| virtual int GetGroupIdAt(int index) const { return 0; }
|
| virtual bool GetIconAt(int index, SkBitmap* icon) const { return false; }
|
| + virtual menus::ButtonMenuItemModel* GetButtonMenuItemAt(int index) const {
|
| + return NULL;
|
| + }
|
| virtual bool IsEnabledAt(int index) const { return false; }
|
| virtual menus::MenuModel* GetSubmenuModelAt(int index) const { return NULL; }
|
| virtual void HighlightChangedTo(int index) {}
|
|
|