| Index: net/http/http_auth_cache_unittest.cc
|
| ===================================================================
|
| --- net/http/http_auth_cache_unittest.cc (revision 59119)
|
| +++ net/http/http_auth_cache_unittest.cc (working copy)
|
| @@ -10,7 +10,6 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/http/http_auth_cache.h"
|
| #include "net/http/http_auth_handler.h"
|
| -
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace net {
|
| @@ -29,6 +28,11 @@
|
| properties_ = 0;
|
| }
|
|
|
| + HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
| + HttpAuth::ChallengeTokenizer* challenge) {
|
| + return HttpAuth::AUTHORIZATION_RESULT_REJECT;
|
| + }
|
| +
|
| protected:
|
| virtual bool Init(HttpAuth::ChallengeTokenizer* challenge) {
|
| return false; // Unused.
|
|
|