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

Unified Diff: net/test/base_test_server.h

Issue 10854139: Use HttpAuthController in SocketStream (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add browser test. Created 8 years, 4 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/test/base_test_server.h
diff --git a/net/test/base_test_server.h b/net/test/base_test_server.h
index 354746503c2a54052316f9a00b4a6fe04d72d37c..b4d0e212e6e307a74b40518749b286f1bda4ec3a 100644
--- a/net/test/base_test_server.h
+++ b/net/test/base_test_server.h
@@ -38,6 +38,7 @@ class BaseTestServer {
TYPE_SYNC,
TYPE_TCP_ECHO,
TYPE_UDP_ECHO,
+ TYPE_BASIC_AUTH_PROXY,
wtc 2012/08/22 19:42:27 The enumerators are listed in alphabetical order,
bashi 2012/08/23 09:54:15 Done.
};
// Container for various options to control how the HTTPS server is

Powered by Google App Engine
This is Rietveld 408576698