| Index: chromeos/login/login_state.h
|
| diff --git a/chromeos/login/login_state.h b/chromeos/login/login_state.h
|
| index 34d15b3dbd4c9c0a336280f5c270332d75a35354..68966f57ec721b875b2f0c0ad40f385b1924753a 100644
|
| --- a/chromeos/login/login_state.h
|
| +++ b/chromeos/login/login_state.h
|
| @@ -33,7 +33,7 @@ class CHROMEOS_EXPORT LoginState {
|
|
|
| class Observer {
|
| public:
|
| - // Called when the login state changes.
|
| + // Called when either the login state or the logged in user type changes.
|
| virtual void LoggedInStateChanged(LoggedInState state) = 0;
|
|
|
| protected:
|
|
|