• mmenke's avatar
    Remove URLRequestJob::GetResponseCode implementations · e47392b3
    mmenke authored
    from content, chrome, and net/.
    
    URLRequestJob itself now has a default implementation, which gets
    the response code from the headers returned by GetResponseInfo.
    We eventually want to remove this method, since it's redundant,
    and has weird behavior for just when it is and is not safe to
    call.
    
    BUG=688481
    
    Review-Url: https://codereview.chromium.org/2835533002
    Cr-Commit-Position: refs/heads/master@{#467839}
    e47392b3
url_data_manager_backend.cc 29.5 KB