| Index: ash/system/tray/system_tray_notifier.cc
|
| diff --git a/ash/system/tray/system_tray_notifier.cc b/ash/system/tray/system_tray_notifier.cc
|
| index e2035ad357feac1cf666d476d936a5477be47190..7297b43363c0c437a4ca1c6a0f29c11aa0db67b8 100644
|
| --- a/ash/system/tray/system_tray_notifier.cc
|
| +++ b/ash/system/tray/system_tray_notifier.cc
|
| @@ -232,6 +232,12 @@ void SystemTrayNotifier::NotifyShowLoginButtonChanged(bool show_login_button) {
|
| OnShowLogoutButtonInTrayChanged(show_login_button));
|
| }
|
|
|
| +void SystemTrayNotifier::NotifyLogoutDialogDurationChanged(int duration) {
|
| + FOR_EACH_OBSERVER(LogoutButtonObserver,
|
| + logout_button_observers_,
|
| + OnLogoutDialogDurationChanged(duration));
|
| +}
|
| +
|
| void SystemTrayNotifier::NotifyLocaleChanged(
|
| LocaleObserver::Delegate* delegate,
|
| const std::string& cur_locale,
|
|
|