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

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: reflects Pawel's comment on previous CL 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 cd996cbc9056b1a8934b16720b30ed0f85cac2d6..843559903526a29dcb6d4498114b91b1d1e8ad91 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_FTP,
TYPE_GDATA,
« 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