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

Unified Diff: net/test/local_test_server.cc

Issue 10875022: [Do not check in.] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Simplify state transition 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
===================================================================
--- net/test/local_test_server.cc (revision 152801)
+++ net/test/local_test_server.cc (working copy)
@@ -238,6 +238,9 @@
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