Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4524)

Unified Diff: chrome/browser/chromeos/login/language_switch_model.h

Issue 2853006: Added setting the locale on startup to the initial_locale attribute in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/language_switch_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/language_switch_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698