Commit 63cb1929 authored by Oleh Lamzin's avatar Oleh Lamzin Committed by Commit Bot

Fix typo in session_manager_types.h

Fix typo in session_manager_types.h by renaming
SESSION_STATE_LOGIN_PRIMARY to LOGIN_PRIMARY.

Also this change helps to be consistent within the file when mention
states in comments.

Change-Id: I268421fc01d79fa712da41da6a97ea04f253430f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450072
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: default avatarAchuith Bhandarkar <achuith@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813949}
parent 53d0ad6a
...@@ -33,8 +33,8 @@ enum class SessionState { ...@@ -33,8 +33,8 @@ enum class SessionState {
// The session screen is locked. // The session screen is locked.
LOCKED, LOCKED,
// Same as SESSION_STATE_LOGIN_PRIMARY but for multi-profiles sign in i.e. // Same as LOGIN_PRIMARY but for multi-profiles sign in i.e. when there's at
// when there's at least one user already active in the session. // least one user already active in the session.
LOGIN_SECONDARY, LOGIN_SECONDARY,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment