DescriptionFix a null pointer dereference in CreateProfileHandler::ShowProfileCreationError.
The ProfileManager can call its callback (which points to CreateProfileHandler::OnProfileCreated) with a NULL profile (https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/profiles/profile_manager.cc&l=397). This case was not handled in CreateProfileHandler::ShowProfileCreationError.
BUG=395558
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284667
Patch Set 1 #
Total comments: 2
Patch Set 2 : add comment #Messages
Total messages: 8 (0 generated)
|