Always run the HttpAuthHandler callback as it is guaranteed non-null.
commit4576c8caecc0e40eef877beda78f115d9daeecfa
authorricea <ricea@chromium.org>
Wed, 12 Nov 2014 18:48:25 +0000 (12 10:48 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 12 Nov 2014 18:48:42 +0000 (12 18:48 +0000)
tree61142c0823893e54cc4ccbf98abbf3b7fc7514b7
parent0e54a112d3ecef9992d67ec0b742ed3d591db691
Always run the HttpAuthHandler callback as it is guaranteed non-null.

Since crrev.com/714103002 the callback in HttpAuthHandler is
guaranteed to be non-null, so remove the null check when calling it
in OnGenerateAuthTokenComplete in release builds.

BUG=
TEST=net_unittests

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

Cr-Commit-Position: refs/heads/master@{#303860}
net/http/http_auth_handler.cc