| Index: chrome/browser/chromeos/locale_change_guard.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/locale_change_guard.cc (revision 144827)
|
| +++ chrome/browser/chromeos/locale_change_guard.cc (working copy)
|
| @@ -173,8 +173,7 @@
|
| PrepareChangingLocale(from_locale, to_locale);
|
| }
|
|
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - ash::switches::kAshNotifyDisabled)) {
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(ash::switches::kAshNotify)) {
|
| ash::Shell::GetInstance()->system_tray()->locale_observer()->
|
| OnLocaleChanged(this, cur_locale, from_locale_, to_locale_);
|
| return;
|
|
|