Index: chrome/browser/chromeos/status/input_method_menu.cc |
diff --git a/chrome/browser/chromeos/status/input_method_menu.cc b/chrome/browser/chromeos/status/input_method_menu.cc |
index bd12e91bec0a891e71ee26cd3ccbe128259a5260..c4f393cda75acbb7f117986344aad7e2ac6a3650 100644 |
--- a/chrome/browser/chromeos/status/input_method_menu.cc |
+++ b/chrome/browser/chromeos/status/input_method_menu.cc |
@@ -181,7 +181,7 @@ int InputMethodMenu::GetCommandIdAt(int index) const { |
return 0; // dummy |
} |
-bool InputMethodMenu::IsLabelDynamicAt(int index) const { |
+bool InputMethodMenu::IsItemDynamicAt(int index) const { |
// Menu content for the language button could change time by time. |
return true; |
} |