Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: net/http/http_auth_controller.h

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/host_resolver_impl.cc ('k') | net/http/http_auth_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « net/base/host_resolver_impl.cc ('k') | net/http/http_auth_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698