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

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: Rebased and Skipped added browser test on chromeos 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
« no previous file with comments | « net/socket_stream/socket_stream_unittest.cc ('k') | net/test/local_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/base_test_server.h
diff --git a/net/test/base_test_server.h b/net/test/base_test_server.h
index cd996cbc9056b1a8934b16720b30ed0f85cac2d6..173abf7542537ca6c31f29c1d4fa06acb2d25adf 100644
--- a/net/test/base_test_server.h
+++ b/net/test/base_test_server.h
@@ -31,6 +31,7 @@ class BaseTestServer {
typedef std::pair<std::string, std::string> StringPair;
enum Type {
+ TYPE_BASIC_AUTH_PROXY,
TYPE_FTP,
TYPE_GDATA,
TYPE_HTTP,
« no previous file with comments | « net/socket_stream/socket_stream_unittest.cc ('k') | net/test/local_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698