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

Unified Diff: chrome/browser/signin/easy_unlock_screenlock_state_handler.h

Issue 576343002: [Easy signin] Add method to get user info to easyUnlockPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win fix 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/signin/easy_unlock_screenlock_state_handler.h
diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler.h b/chrome/browser/signin/easy_unlock_screenlock_state_handler.h
index 452687b7e4e1d273ca013759354fc384c41f2c29..359b09b5a253dfe46e3debaca4d248d0294b8b1c 100644
--- a/chrome/browser/signin/easy_unlock_screenlock_state_handler.h
+++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler.h
@@ -63,6 +63,7 @@ class EasyUnlockScreenlockStateHandler : public ScreenlockBridge::Observer {
// ScreenlockBridge::Observer:
virtual void OnScreenDidLock() OVERRIDE;
virtual void OnScreenDidUnlock() OVERRIDE;
+ virtual void OnFocusedUserChanged(const std::string& user_id) OVERRIDE;
// Updates icon's tooltip options.
// |trial_run|: Whether the trial Easy Unlock run is in progress.

Powered by Google App Engine
This is Rietveld 408576698