• Daniel Bratell's avatar
    Avoid having two SendReport functions to not confuse Bind(..). · e05f4529
    Daniel Bratell authored
    In certain (extreme) jumbo build configurations, SendReport in
    chrome/browser/net/chrome_report_sender.h and
    chrome/browser/net/trial_comparison_cert_verifier.cc ended up as
    symbols in the same translation unit and then the address
    operator didn't know which function to refer to in a Bind(...) call.
    
    This renames the local SendReport in
    net/trial_comparison_cert_verifier.cc to SendCertVerifyReport.
    
    Change-Id: I9cc17beb509452f66f5620cf7ea4ca4f1f04ed33
    Reviewed-on: https://chromium-review.googlesource.com/992495
    Commit-Queue: Daniel Bratell <bratell@opera.com>
    Reviewed-by: default avatarMatt Mueller <mattm@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#548012}
    e05f4529
trial_comparison_cert_verifier.cc 13.5 KB