| Index: chrome/browser/chromeos/accessibility/magnification_manager.cc
|
| diff --git a/chrome/browser/chromeos/accessibility/magnification_manager.cc b/chrome/browser/chromeos/accessibility/magnification_manager.cc
|
| index 30519080d722aa042dda0d6582f0f27865858209..1c3530a692b171aac6d7fd4e39ffab801130cf33 100644
|
| --- a/chrome/browser/chromeos/accessibility/magnification_manager.cc
|
| +++ b/chrome/browser/chromeos/accessibility/magnification_manager.cc
|
| @@ -202,7 +202,7 @@ class MagnificationManagerImpl : public MagnificationManager,
|
| case chrome::NOTIFICATION_LOGIN_OR_LOCK_WEBUI_VISIBLE: {
|
| // Update |profile_| when entering the login screen.
|
| Profile* profile = ProfileManager::GetDefaultProfile();
|
| - if (ProfileHelper::IsSigninProfile(profile))
|
| + if (profile->IsLoginProfile())
|
| SetProfile(profile);
|
| break;
|
| }
|
|
|