Chromium Code Reviews| 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..d599e66e1026058fe7aa0f1bccdb40ce71924367 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 authenticateion using and Easy unlock device (e.g. a phone). |
|
Nikita (slow)
2014/09/23 15:21:42
nit: authentication spelling
tbarzic
2014/09/23 22:09:08
Done.
|
| + AUTH_FLOW_EASY_UNLOCK |
| }; |
| UserContext(); |