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 b3503e8819751f9d634dd998a936c6343f038b08..d3146acc32a1bd4812bbf25d82c554cbf549abdf 100644 |
--- a/chrome/browser/chromeos/status/power_menu_button.h |
+++ b/chrome/browser/chromeos/status/power_menu_button.h |
@@ -36,7 +36,7 @@ class PowerMenuButton : public StatusAreaButton, |
virtual menus::MenuModel::ItemType GetTypeAt(int index) const; |
virtual int GetCommandIdAt(int index) const { return index; } |
virtual string16 GetLabelAt(int index) const; |
- virtual bool IsLabelDynamicAt(int index) const { return true; } |
+ virtual bool IsItemDynamicAt(int index) const { return true; } |
virtual bool GetAcceleratorAt(int index, |
menus::Accelerator* accelerator) const { return false; } |
virtual bool IsItemCheckedAt(int index) const { return false; } |