Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef CHROME_WEB2SOCKET_PROXY_WEB2SOCKET_H_ | |
|
tyoshino (SeeGerritForStatus)
2010/12/03 07:53:33
#ifndef NET_WEB2SOCKET_PROXY_WEB2SOCKET_H_
Denis Lagno
2010/12/03 16:28:50
Done.
| |
| 6 #define CHROME_WEB2SOCKET_PROXY_WEB2SOCKET_H_ | |
| 7 | |
| 8 #include <string> | |
| 9 | |
| 10 static const int kWeb2SocketDefaultPort = 10101; | |
| 11 | |
| 12 extern void RunWeb2SocketServer(const std::string& origin, int port); | |
| 13 | |
| 14 #endif // CHROME_WEB2SOCKET_PROXY_WEB2SOCKET_H_ | |
| OLD | NEW |