| Index: chrome/browser/sync/sessions/notification_service_sessions_router.cc
|
| diff --git a/chrome/browser/sync/sessions/notification_service_sessions_router.cc b/chrome/browser/sync/sessions/notification_service_sessions_router.cc
|
| index d1ab522af1a1975b9472fcd2e6589508b552705f..8edbb385ee54930cb366541d95f82d51587c5c39 100644
|
| --- a/chrome/browser/sync/sessions/notification_service_sessions_router.cc
|
| +++ b/chrome/browser/sync/sessions/notification_service_sessions_router.cc
|
| @@ -56,7 +56,7 @@ NotificationServiceSessionsRouter::NotificationServiceSessionsRouter(
|
| registrar_.Add(this, chrome::NOTIFICATION_FAVICON_CHANGED,
|
| content::Source<Profile>(profile_));
|
| #if defined(ENABLE_MANAGED_USERS)
|
| - if (profile_->IsManaged()) {
|
| + if (profile_->IsSupervised()) {
|
| ManagedUserService* managed_user_service =
|
| ManagedUserServiceFactory::GetForProfile(profile_);
|
| managed_user_service->AddNavigationBlockedCallback(
|
|
|