Index: chrome/browser/chromeos/login/language_switch_menu.h |
diff --git a/chrome/browser/chromeos/login/language_switch_menu.h b/chrome/browser/chromeos/login/language_switch_menu.h |
index a2819d99c9a2a93fe3d71ddc630a181772668ac3..a3db06e8da1f87b2af207e19b7e008273de824eb 100644 |
--- a/chrome/browser/chromeos/login/language_switch_menu.h |
+++ b/chrome/browser/chromeos/login/language_switch_menu.h |
@@ -33,8 +33,7 @@ class LanguageSwitchMenu : public views::ViewMenuDelegate, |
// Returns current locale name to be placed on the language menu-button. |
std::wstring GetCurrentLocaleName() const; |
- // Returns original width of the first level menu to be shown when called. |
- int GetFirstLevelMenuWidth() const; |
+ // Sets the minimum width of the first level menu to be shown. |
void SetFirstLevelMenuWidth(int width); |
void set_menu_offset(int delta_x, int delta_y) { |