| Index: ash/system/tray/system_tray_notifier.h
|
| diff --git a/ash/system/tray/system_tray_notifier.h b/ash/system/tray/system_tray_notifier.h
|
| index 3d7fb0e63e01958eca8543e18ad1630314925786..6124040c8cfc49f679c9b8fa2dc83052300c0a3c 100644
|
| --- a/ash/system/tray/system_tray_notifier.h
|
| +++ b/ash/system/tray/system_tray_notifier.h
|
| @@ -22,6 +22,7 @@
|
| #include "ash/system/user/update_observer.h"
|
| #include "ash/system/user/user_observer.h"
|
| #include "base/observer_list.h"
|
| +#include "base/time/time.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "ash/system/chromeos/enterprise/enterprise_domain_observer.h"
|
| @@ -103,6 +104,7 @@ public:
|
| void NotifyDriveJobUpdated(const DriveOperationStatus& status);
|
| void NotifyRefreshIME(bool show_message);
|
| void NotifyShowLoginButtonChanged(bool show_login_button);
|
| + void NotifyLogoutDialogDurationChanged(base::TimeDelta duration);
|
| void NotifyLocaleChanged(LocaleObserver::Delegate* delegate,
|
| const std::string& cur_locale,
|
| const std::string& from_locale,
|
|
|