| Index: chromeos/login/auth/user_context.h
|
| diff --git a/chromeos/login/auth/user_context.h b/chromeos/login/auth/user_context.h
|
| index 5ba5b4567600a3e6945f14a3dbf07e106ec24f80..a5630764ca3613820fdaeeff29dd7844f7c48077 100644
|
| --- a/chromeos/login/auth/user_context.h
|
| +++ b/chromeos/login/auth/user_context.h
|
| @@ -26,7 +26,9 @@ class CHROMEOS_EXPORT UserContext {
|
| // Online authentication against GAIA. GAIA redirected to a SAML IdP.
|
| AUTH_FLOW_GAIA_WITH_SAML,
|
| // Offline authentication against a cached key.
|
| - AUTH_FLOW_OFFLINE
|
| + AUTH_FLOW_OFFLINE,
|
| + // Offline authentication using an Easy unlock device (e.g. a phone).
|
| + AUTH_FLOW_EASY_UNLOCK
|
| };
|
|
|
| UserContext();
|
|
|