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

Unified Diff: net/test/local_test_server.cc

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/test/base_test_server.h ('k') | net/tools/testserver/testserver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/local_test_server.cc
diff --git a/net/test/local_test_server.cc b/net/test/local_test_server.cc
index a1a1bc876817d5245b6e5046c2d31baf72fe0a03..af94a5027537e5fafda8a24893d354b558559ea4 100644
--- a/net/test/local_test_server.cc
+++ b/net/test/local_test_server.cc
@@ -243,6 +243,9 @@ bool LocalTestServer::AddCommandLineArguments(CommandLine* command_line) const {
case TYPE_UDP_ECHO:
command_line->AppendArg("--udp-echo");
break;
+ case TYPE_BASIC_AUTH_PROXY:
+ command_line->AppendArg("--basic-auth-proxy");
+ break;
case TYPE_GDATA:
command_line->AppendArg(
std::string("--auth-token") + "=" + BaseTestServer::kGDataAuthToken);
« no previous file with comments | « net/test/base_test_server.h ('k') | net/tools/testserver/testserver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698