Index: net/http/http_auth_handler_mock.cc |
=================================================================== |
--- net/http/http_auth_handler_mock.cc (revision 71164) |
+++ net/http/http_auth_handler_mock.cc (working copy) |
@@ -72,8 +72,7 @@ |
} |
bool HttpAuthHandlerMock::Init(HttpAuth::ChallengeTokenizer* challenge) { |
- auth_scheme_ = AUTH_SCHEME_BASIC; |
- scheme_ = "mock"; |
+ auth_scheme_ = HttpAuth::AUTH_SCHEME_MOCK; |
score_ = 1; |
properties_ = connection_based_ ? IS_CONNECTION_BASED : 0; |
return true; |