| Index: net/http/http_auth_handler_basic.cc
|
| diff --git a/net/http/http_auth_handler_basic.cc b/net/http/http_auth_handler_basic.cc
|
| index 52396cc6b6c55939469851cd8f3099b0dd70ef5c..6164464c3fc9a3d56cfb168fd3bf68d282ed0100 100644
|
| --- a/net/http/http_auth_handler_basic.cc
|
| +++ b/net/http/http_auth_handler_basic.cc
|
| @@ -52,7 +52,7 @@ bool ParseRealm(const HttpAuth::ChallengeTokenizer& tokenizer,
|
| } // namespace
|
|
|
| bool HttpAuthHandlerBasic::Init(HttpAuth::ChallengeTokenizer* challenge) {
|
| - auth_scheme_ = HttpAuth::AUTH_SCHEME_BASIC;
|
| + auth_scheme_ = "basic";
|
| score_ = 1;
|
| properties_ = 0;
|
| return ParseChallenge(challenge);
|
|
|