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..d12d764d62467ba314af3851d2e06518af63eef4 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 ActiveUserWasChanged() = 0; |
}; |
} // namespace ash |