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

Unified Diff: net/web2socket_proxy/web2socket_main.cc

Issue 5484001: Web2socket proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: additional files Created 10 years 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: 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;
+}
+

Powered by Google App Engine
This is Rietveld 408576698