| 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 83082d3ab7161b92c6c7293395a9c2425cd695a0..1b659a0e502b9f438fa52b8f803079b3016ce29b 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;
 | 
|  }
 | 
| 
 |