| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index c95e5eb492b160c66e3d93a10cf6546c5fb09c49..b1f816944a9545fcad685d60e20ea16f789a89ce 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -240,6 +240,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| const gfx::Insets& insets);
|
|
|
| // Called when the user logs in.
|
| + // TODO(jamescook): Merge this with WmShell::UpdateAfterLoginStatusChange()?
|
| void OnLoginStateChanged(LoginStatus status);
|
|
|
| // Called when the application is exiting.
|
|
|