| Index: net/web2socket_proxy/web2socket_main.cc
|
| diff --git a/net/web2socket_proxy/web2socket_main.cc b/net/web2socket_proxy/web2socket_main.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..12b16d8e4f75c88d1beff6810a0e9a7646efd807
|
| --- /dev/null
|
| +++ b/net/web2socket_proxy/web2socket_main.cc
|
| @@ -0,0 +1,11 @@
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "web2socket.h"
|
| +
|
| +int main(int argc, char **argv) {
|
| + RunWeb2SocketServer(std::string(), kWeb2SocketDefaultPort);
|
| + return 1;
|
| +}
|
| +
|
|
|