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

Unified Diff: trunk/src/net/test/spawned_test_server/base_test_server.h

Issue 388493002: Revert 282307 "Map WebSocket URL schemes to HTTP URL schemes for..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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
Index: trunk/src/net/test/spawned_test_server/base_test_server.h
===================================================================
--- trunk/src/net/test/spawned_test_server/base_test_server.h (revision 282330)
+++ trunk/src/net/test/spawned_test_server/base_test_server.h (working copy)
@@ -242,12 +242,6 @@
type == BaseTestServer::TYPE_WSS;
}
- // Enable HTTP basic authentication. Currently this only works for TYPE_WS and
- // TYPE_WSS.
- void set_websocket_basic_auth(bool ws_basic_auth) {
- ws_basic_auth_ = ws_basic_auth;
- }
-
protected:
virtual ~BaseTestServer();
Type type() const { return type_; }
@@ -314,9 +308,6 @@
// Enables logging of the server to the console.
bool log_to_console_;
- // Is WebSocket basic HTTP authentication enabled?
- bool ws_basic_auth_;
-
scoped_ptr<ScopedPortException> allowed_port_;
DISALLOW_COPY_AND_ASSIGN(BaseTestServer);
« no previous file with comments | « trunk/src/net/http/http_network_transaction.cc ('k') | trunk/src/net/test/spawned_test_server/base_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698