Index: chrome/browser/supervised_user/chromeos/supervised_user_password_service_factory.cc |
diff --git a/chrome/browser/supervised_user/chromeos/supervised_user_password_service_factory.cc b/chrome/browser/supervised_user/chromeos/supervised_user_password_service_factory.cc |
index 415c03ccb8d471c70dcaaea9906584a38e835170..47144bc8a018e80061e14112c4264e941ea5f080 100644 |
--- a/chrome/browser/supervised_user/chromeos/supervised_user_password_service_factory.cc |
+++ b/chrome/browser/supervised_user/chromeos/supervised_user_password_service_factory.cc |
@@ -44,7 +44,7 @@ KeyedService* SupervisedUserPasswordServiceFactory::BuildServiceInstanceFor( |
content::BrowserContext* context) const { |
Profile* profile= static_cast<Profile*>(context); |
User* user = ProfileHelper::Get()->GetUserByProfile(profile); |
- if (user->GetType() != user_manager::USER_TYPE_LOCALLY_MANAGED) |
+ if (user->GetType() != user_manager::USER_TYPE_SUPERVISED) |
return NULL; |
SupervisedUserPasswordService* result = new SupervisedUserPasswordService(); |
result->Init( |