• sail@chromium.org's avatar
    Fix detection of default G+ profile picture · 2ece2cb9
    sail@chromium.org authored
    Currently we assume that any profile picture URL that contains "AAAAAAAAAAI/AAAAAAAAAAA" represents a default profile picture.
    
    It turns out that this is incorrect. There are valid profile pictures with that URL.
    
    With the OAuth user info API we can simply detect default profile pictures by the existance of the "picture" field in the returned data. Accounts with a default profile picture don't have this field.
    
    BUG=106444
    TEST=Compiled and verified that unit tests passed.
    
    
    Review URL: http://codereview.chromium.org/8801023
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113487 0039d316-1c4b-4281-b951-d872f2087c98
    2ece2cb9
profile_downloader_unittest.cc 3.33 KB