Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index f7890a47456ef21c6c21fd25af0fedf40ae6fe1a..920a205edd0725d505524d137c0f11f8f7cb0605 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -206,6 +206,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
// Called when the user logs in. |
void OnLoginStateChanged(LoginStatus status); |
+ // Called after the logged-in user's profile is ready. |
+ void OnLoginUserProfilePrepared(); |
+ |
// Called when the application is exiting. |
void OnAppTerminating(); |