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

Unified Diff: net/http/http_auth_handler_mock.h

Issue 6525035: Invalidate credentials if the server rejects them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplify auth handlers for basic and digest Created 9 years, 10 months 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
Index: net/http/http_auth_handler_mock.h
diff --git a/net/http/http_auth_handler_mock.h b/net/http/http_auth_handler_mock.h
index 473ca2e19f4c8e65d372cd8b8d2c9d64c9f760b1..7512fe386f4df3b4e3c7bf61aa90f2f341d75493 100644
--- a/net/http/http_auth_handler_mock.h
+++ b/net/http/http_auth_handler_mock.h
@@ -67,7 +67,6 @@ class HttpAuthHandlerMock : public HttpAuthHandler {
virtual int ResolveCanonicalName(HostResolver* host_resolver,
CompletionCallback* callback);
-
void SetGenerateExpectation(bool async, int rv);
void set_connection_based(bool connection_based) {

Powered by Google App Engine
This is Rietveld 408576698