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

Unified Diff: net/test/base_test_server.h

Issue 10879029: reland: Launch pywebsocket via net::TestServer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed Created 8 years, 3 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 | « no previous file | net/test/base_test_server.cc » ('j') | net/test/local_test_server.cc » ('J')
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 173abf7542537ca6c31f29c1d4fa06acb2d25adf..0ea858e8b3548a5343eed826eeeec375b5cb01da 100644
--- a/net/test/base_test_server.h
+++ b/net/test/base_test_server.h
@@ -30,6 +30,8 @@ class BaseTestServer {
public:
typedef std::pair<std::string, std::string> StringPair;
+ // Following types represent protocol schemes. See also
+ // http://www.iana.org/assignments/uri-schemes.html
enum Type {
TYPE_BASIC_AUTH_PROXY,
TYPE_FTP,
« no previous file with comments | « no previous file | net/test/base_test_server.cc » ('j') | net/test/local_test_server.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698