| 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);
|
|
|