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

Unified Diff: chrome/browser/ui/webui/signin/user_manager_screen_handler.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: fix screenlock private test 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: chrome/browser/ui/webui/signin/user_manager_screen_handler.h
diff --git a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
index 1e7d1b625537c8d860b8a6111981b36ba935b3de..8f192afdb8c4481753c349317cc4e191794b8b3e 100644
--- a/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
+++ b/chrome/browser/ui/webui/signin/user_manager_screen_handler.h
@@ -50,6 +50,9 @@ class UserManagerScreenHandler : public content::WebUIMessageHandler,
virtual ScreenlockBridge::LockHandler::AuthType GetAuthType(
const std::string& user_email) const OVERRIDE;
virtual void Unlock(const std::string& user_email) OVERRIDE;
+ virtual void AttemptEasySignin(const std::string& user_email,
+ const std::string& secret,
+ const std::string& key_label) OVERRIDE;
private:
// An observer for any changes to Profiles in the ProfileInfoCache so that

Powered by Google App Engine
This is Rietveld 408576698