Index: chrome/browser/supervised_user/supervised_user_service.cc |
diff --git a/chrome/browser/supervised_user/supervised_user_service.cc b/chrome/browser/supervised_user/supervised_user_service.cc |
index 0f67367dcfd10230077f3f0a028581d2fb1755e5..be5f9a2f43a854d59c8eff410c006ef1217f11f6 100644 |
--- a/chrome/browser/supervised_user/supervised_user_service.cc |
+++ b/chrome/browser/supervised_user/supervised_user_service.cc |
@@ -382,8 +382,7 @@ void SupervisedUserService::RegisterAndInitSync( |
weak_ptr_factory_.GetWeakPtr(), callback, custodian_profile)); |
// Fetch the custodian's profile information, to store the name. |
- // TODO(pamg): If --google-profile-info (flag: switches::kGoogleProfileInfo) |
- // is ever enabled, take the name from the ProfileAttributesStorage instead. |
+ // TODO(pamg): Take the name from the ProfileAttributesStorage instead. |
CustodianProfileDownloaderService* profile_downloader_service = |
CustodianProfileDownloaderServiceFactory::GetForProfile( |
custodian_profile); |