Index: chrome/browser/profiles/profiles_state.cc |
diff --git a/chrome/browser/profiles/profiles_state.cc b/chrome/browser/profiles/profiles_state.cc |
index a673b011c5d74b09d6beb4f189efe32900a68d6b..3aa232ab99925c7cdc5d2d67d77067344e8bbecf 100644 |
--- a/chrome/browser/profiles/profiles_state.cc |
+++ b/chrome/browser/profiles/profiles_state.cc |
@@ -184,7 +184,7 @@ Profile* SetActiveProfileToGuestIfLocked() { |
if (!cache.ProfileIsSigninRequiredAtIndex(index)) |
return NULL; |
- // The guest profile must have been loaded already. |
+ // Profile loads synchronously if it was not previously created. |
Profile* guest_profile = profile_manager->GetProfile( |
ProfileManager::GetGuestProfilePath()); |
DCHECK(guest_profile); |