Avoid having two SendReport functions to not confuse Bind(..).
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:Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#548012}
Showing
Please register or sign in to comment