| Index: chrome/browser/chromeos/login/lock/screen_locker.cc
|
| diff --git a/chrome/browser/chromeos/login/lock/screen_locker.cc b/chrome/browser/chromeos/login/lock/screen_locker.cc
|
| index 10ccad0376827f2a9c630ed2c9c6008ec94fb390..3d1db24acc193fcdce5e27cbc4130cf33d7d2a35 100644
|
| --- a/chrome/browser/chromeos/login/lock/screen_locker.cc
|
| +++ b/chrome/browser/chromeos/login/lock/screen_locker.cc
|
| @@ -255,6 +255,12 @@ void ScreenLocker::OnPasswordAuthSuccess(const UserContext& user_context) {
|
| PinStorageFactory::GetForAccountId(user_context.GetAccountId());
|
| if (pin_storage)
|
| pin_storage->MarkStrongAuth();
|
| + if (quickunlock::FeatureNotificationController::
|
| + ShouldShowNotificationForAccountId(user_context.GetAccountId())) {
|
| + qu_feature_notification_controller_ =
|
| + new quickunlock::FeatureNotificationController(
|
| + user_context.GetAccountId());
|
| + }
|
| }
|
|
|
| void ScreenLocker::UnlockOnLoginSuccess() {
|
|
|