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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

Issue 3132023: Add language_prefs namespace to language_preferences.h. (Closed)
Patch Set: address comments Created 10 years, 4 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
Index: chrome/browser/chromeos/login/wizard_controller.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
index 0f5e94f17dd5e54758ef81e4d93983e56e138a95..08ef6d07391f54aca144a9fb219372bfa86d0a96 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -763,7 +763,7 @@ void ShowLoginWizard(const std::string& first_screen_name,
const std::string locale = g_browser_process->GetApplicationLocale();
const std::string initial_input_method_id =
g_browser_process->local_state()->GetString(
- chromeos::kPreferredKeyboardLayout);
+ chromeos::language_prefs::kPreferredKeyboardLayout);
chromeos::input_method::EnableInputMethods(
locale, chromeos::input_method::kKeyboardLayoutsOnly,
initial_input_method_id);
« no previous file with comments | « chrome/browser/chromeos/login/screen_locker.cc ('k') | chrome/browser/chromeos/options/language_chewing_config_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698