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

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

Issue 10442017: Rename GetRootWindow() -> GetPrimaryRootWindow() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git-try -b linux_chromeos,win_aura Created 8 years, 7 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 | « chrome/browser/chromeos/input_method/ibus_ui_controller.cc ('k') | chrome/browser/fullscreen_ash.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_menu.cc
diff --git a/chrome/browser/chromeos/login/language_switch_menu.cc b/chrome/browser/chromeos/login/language_switch_menu.cc
index d9384dca4b856475877b523b4fb4c338d8015bc8..b5bec018063a6e4f48d5a1710fe15973bedca1bd 100644
--- a/chrome/browser/chromeos/login/language_switch_menu.cc
+++ b/chrome/browser/chromeos/login/language_switch_menu.cc
@@ -198,7 +198,7 @@ void LanguageSwitchMenu::ExecuteCommand(int command_id) {
// that users can use those keyboard layouts on the login screen.
SwitchLanguageAndEnableKeyboardLayouts(locale);
InitLanguageMenu();
- NotifyLocaleChanged(ash::Shell::GetRootWindow());
+ NotifyLocaleChanged(ash::Shell::GetPrimaryRootWindow());
}
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/input_method/ibus_ui_controller.cc ('k') | chrome/browser/fullscreen_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698