DescriptionUserManager shutdown now also stops the profile image downloader.
UserManager owns UserImageSyncObserver, which creates and owns a
ProfileDownloader (profile_image_downloader_). This can have some URLRequest
pending during the time Chrome shuts down, which breaks things.
This CL adds code to UserImageSyncObserver::Shutdown, which is called during
UserManager::Get()->Shutdown(), to also destroy the ProfileDownloader.
BUG=276659
TBR=nkostylev@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220834
Patch Set 1 #
Total comments: 1
Patch Set 2 : Typo fixed. #
Messages
Total messages: 9 (0 generated)
|