| Index: chrome/browser/chromeos/login/language_switch_model.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/language_switch_model.h (revision 49913)
|
| +++ chrome/browser/chromeos/login/language_switch_model.h (working copy)
|
| @@ -41,6 +41,9 @@
|
| delta_y_ = delta_y;
|
| }
|
|
|
| + // Switches the current locale, saves the new locale in preferences.
|
| + static void SwitchLanguage(const std::string& locale);
|
| +
|
| private:
|
| // views::ViewMenuDelegate implementation.
|
| virtual void RunMenu(views::View* source, const gfx::Point& pt);
|
| @@ -52,9 +55,6 @@
|
| menus::Accelerator* accelerator);
|
| virtual void ExecuteCommand(int command_id);
|
|
|
| - // Switches the current locale, saves the new locale in preferences.
|
| - static void SwitchLanguage(const std::string& locale);
|
| -
|
| // Dialog controls that we own ourselves.
|
| menus::SimpleMenuModel menu_model_;
|
| menus::SimpleMenuModel menu_model_submenu_;
|
|
|