| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index ee325dd95ba696843b5ab585e88ab3f534b8911e..981f90a52a8e19065824808816d2126aa6fa98b3 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -314,6 +314,11 @@ class ASH_EXPORT SystemTrayDelegate {
|
|
|
| // Get the system tray menu size in pixels (dependent on the language).
|
| virtual int GetSystemTrayMenuWidth() = 0;
|
| +
|
| + // The active user has been changed. This will be called when the UI is ready
|
| + // to be switched to the new user.
|
| + // Note: This will happen after SessionStateObserver::ActiveUserChanged fires.
|
| + virtual void ActiveUserChanged() = 0;
|
| };
|
|
|
| } // namespace ash
|
|
|