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

Unified Diff: net/test/base_test_server.h

Issue 10913268: Revert 156742 - Launch pywebsocket via net::TestServer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/base_test_server.h
===================================================================
--- net/test/base_test_server.h (revision 156770)
+++ net/test/base_test_server.h (working copy)
@@ -30,8 +30,6 @@
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,
@@ -182,11 +180,6 @@
const std::vector<StringPair>& text_to_replace,
std::string* replacement_path);
- static bool UsingSSL(Type type) {
- return type == BaseTestServer::TYPE_HTTPS ||
- type == BaseTestServer::TYPE_WSS;
- }
-
protected:
virtual ~BaseTestServer();
Type type() const { return type_; }
Property changes on: net/test/base_test_server.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « no previous file | net/test/base_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698