Skip to content

Commit

Permalink
Do not set the user's avatar image to a stub twice in a row
Browse files Browse the repository at this point in the history
This CL contains a small clean-up missed in CL 136763003. The user avatar
image is needlessly being set to a stub twice in a row.

BUG=331365
TEST=None

Review URL: https://codereview.chromium.org/134423005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245911 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
bartfab@chromium.org committed Jan 20, 2014
1 parent 557ca57 commit 6d4b66c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chrome/browser/chromeos/login/user_image_manager_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ void UserImageManagerImpl::LoadUserImage() {
// * The profile image is to be used but has not been downloaded yet. The
// profile image will be downloaded after login.
// * The image needs migration. Migration will be performed after login.
user->SetStubImage(image_index, true);
return;
}

Expand Down

0 comments on commit 6d4b66c

Please sign in to comment.