| Index: chrome/browser/signin/easy_unlock_screenlock_state_handler.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler.cc b/chrome/browser/signin/easy_unlock_screenlock_state_handler.cc
|
| index 0b8cd496ae8cd628d448c37956a19a17d38ea641..f2eb9ee0f914108946c4365121831e723379abac 100644
|
| --- a/chrome/browser/signin/easy_unlock_screenlock_state_handler.cc
|
| +++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler.cc
|
| @@ -152,6 +152,10 @@ void EasyUnlockScreenlockStateHandler::OnScreenDidLock() {
|
| void EasyUnlockScreenlockStateHandler::OnScreenDidUnlock() {
|
| }
|
|
|
| +void EasyUnlockScreenlockStateHandler::OnFocusedUserChanged(
|
| + const std::string& user_id) {
|
| +}
|
| +
|
| void EasyUnlockScreenlockStateHandler::UpdateTooltipOptions(
|
| bool trial_run,
|
| ScreenlockBridge::UserPodCustomIconOptions* icon_options) {
|
|
|