| 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..9afaccfbb47850d82a9c80de668693ae7ca43d1a 100644
|
| --- a/ash/system/tray/system_tray_notifier.h
|
| +++ b/ash/system/tray/system_tray_notifier.h
|
| @@ -103,6 +103,7 @@ public:
|
| void NotifyDriveJobUpdated(const DriveOperationStatus& status);
|
| void NotifyRefreshIME(bool show_message);
|
| void NotifyShowLoginButtonChanged(bool show_login_button);
|
| + void NotifyLogoutDialogDurationChanged(int duration);
|
| void NotifyLocaleChanged(LocaleObserver::Delegate* delegate,
|
| const std::string& cur_locale,
|
| const std::string& from_locale,
|
|
|