| Index: ash/system/tray/system_tray_delegate.h
|
| ===================================================================
|
| --- ash/system/tray/system_tray_delegate.h (revision 240507)
|
| +++ ash/system/tray/system_tray_delegate.h (working copy)
|
| @@ -206,6 +206,12 @@
|
| // Shows login UI to add other users to this session.
|
| virtual void ShowUserLogin() = 0;
|
|
|
| + // Shows the spring charger replacement dialog if necessary.
|
| + virtual void ShowSpringChargerReplacementDialog() = 0;
|
| +
|
| + // True if user has confirmed using safe spring charger.
|
| + virtual bool HasUserConfirmedSafeSpringCharger() = 0;
|
| +
|
| // Attempts to shut down the system.
|
| virtual void ShutDown() = 0;
|
|
|
|
|