Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3296)

Unified Diff: chromeos/login/auth/user_context.h

Issue 585213002: [Easy signin] Wire up userClick auth attempt to easy unlock app and back (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@easy_signin_focused_user_changed_observer
Patch Set: . Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698