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

Unified Diff: content/common/p2p_sockets.h

Issue 45183002: Expose the p2p client in content/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gyp file Created 7 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
« no previous file with comments | « content/common/p2p_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/p2p_sockets.h
diff --git a/content/common/p2p_sockets.h b/content/common/p2p_sockets.h
deleted file mode 100644
index 6f09366c9b8be070c4687685c7050674ed508983..0000000000000000000000000000000000000000
--- a/content/common/p2p_sockets.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2011 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.
-
-// This file defines some basic types used by the P2P-related IPC
-// messages.
-
-#ifndef CONTENT_COMMON_P2P_SOCKETS_H_
-#define CONTENT_COMMON_P2P_SOCKETS_H_
-
-namespace content {
-
-// Type of P2P Socket.
-enum P2PSocketType {
- P2P_SOCKET_UDP,
- P2P_SOCKET_TCP_SERVER,
- P2P_SOCKET_STUN_TCP_SERVER,
- P2P_SOCKET_TCP_CLIENT,
- P2P_SOCKET_STUN_TCP_CLIENT,
- P2P_SOCKET_SSLTCP_CLIENT,
- P2P_SOCKET_STUN_SSLTCP_CLIENT,
- P2P_SOCKET_TLS_CLIENT,
- P2P_SOCKET_STUN_TLS_CLIENT,
-};
-
-} // namespace content
-
-#endif // CONTENT_COMMON_P2P_SOCKETS_H_
« no previous file with comments | « content/common/p2p_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698