| Index: net/http/http_auth_controller.h
|
| diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
|
| index bcda70710ebd140d17f9549c42b814400b39b34f..1d0a5cdba7632a7e4e775013f99fb0bd7ee06eed 100644
|
| --- a/net/http/http_auth_controller.h
|
| +++ b/net/http/http_auth_controller.h
|
| @@ -63,13 +63,9 @@ class HttpAuthController : public base::RefCounted<HttpAuthController>,
|
| virtual void ResetAuth(const string16& username,
|
| const string16& password);
|
|
|
| - virtual bool HaveAuthHandler() const {
|
| - return handler_.get() != NULL;
|
| - }
|
| + virtual bool HaveAuthHandler() const;
|
|
|
| - virtual bool HaveAuth() const {
|
| - return handler_.get() && !identity_.invalid;
|
| - }
|
| + virtual bool HaveAuth() const;
|
|
|
| virtual scoped_refptr<AuthChallengeInfo> auth_info();
|
|
|
|
|