| Index: ash/common/system/tray/system_tray_notifier.cc
|
| diff --git a/ash/common/system/tray/system_tray_notifier.cc b/ash/common/system/tray/system_tray_notifier.cc
|
| index b424aa020e03b276418c92cdbb1870507e13dfc6..62b79b48b3335c2b094479804574cc38b6073883 100644
|
| --- a/ash/common/system/tray/system_tray_notifier.cc
|
| +++ b/ash/common/system/tray/system_tray_notifier.cc
|
| @@ -129,22 +129,6 @@ void SystemTrayNotifier::NotifyRefreshIMEMenu(bool is_active) {
|
| observer.OnIMEMenuActivationChanged(is_active);
|
| }
|
|
|
| -void SystemTrayNotifier::AddLocaleObserver(LocaleObserver* observer) {
|
| - locale_observers_.AddObserver(observer);
|
| -}
|
| -
|
| -void SystemTrayNotifier::RemoveLocaleObserver(LocaleObserver* observer) {
|
| - locale_observers_.RemoveObserver(observer);
|
| -}
|
| -
|
| -void SystemTrayNotifier::NotifyLocaleChanged(LocaleObserver::Delegate* delegate,
|
| - const std::string& cur_locale,
|
| - const std::string& from_locale,
|
| - const std::string& to_locale) {
|
| - for (auto& observer : locale_observers_)
|
| - observer.OnLocaleChanged(delegate, cur_locale, from_locale, to_locale);
|
| -}
|
| -
|
| void SystemTrayNotifier::AddUpdateObserver(UpdateObserver* observer) {
|
| update_observers_.AddObserver(observer);
|
| }
|
|
|