Chromium Code Reviews| Index: net/http/http_auth_controller.h |
| diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h |
| index 0b7f4308d802ed35f1f62d48841b07004dfdeb82..39909985ba03047c74c4c63e76a35ef27b8f996a 100644 |
| --- a/net/http/http_auth_controller.h |
| +++ b/net/http/http_auth_controller.h |
| @@ -84,7 +84,7 @@ class HttpAuthController : public base::RefCounted<HttpAuthController>, |
| bool SelectPreemptiveAuth(const BoundNetLog& net_log); |
| // Invalidates the current handler, including cache. |
| - void InvalidateCurrentHandler(); |
| + void InvalidateCurrentHandler(bool invalidate_credentials); |
|
cbentzel
2011/02/16 20:51:39
I prefer enum over boolean so call sites are clear
asanka
2011/02/16 22:39:19
Done.
|
| // Invalidates any auth cache entries after authentication has failed. |
| // The identity that was rejected is |identity_|. |