Index: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
index 138ad5aabe7870a026037c6749a7531aad6b5937..674459629c643bc302ce74be58929b8332a68fb4 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc |
@@ -257,7 +257,7 @@ void ChromeShellDelegate::Observe(int type, |
case chrome::NOTIFICATION_LOGIN_USER_PROFILE_PREPARED: { |
Profile* profile = content::Details<Profile>(details).ptr(); |
if (!chromeos::ProfileHelper::IsSigninProfile(profile) && |
- !profile->IsGuestSession() && !profile->IsManaged()) { |
+ !profile->IsGuestSession() && !profile->IsSupervised()) { |
// Start the error notifier services to show auth/sync notifications. |
SigninErrorNotifierFactory::GetForProfile(profile); |
SyncErrorNotifierFactory::GetForProfile(profile); |