diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-05 02:00:42 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-05 02:00:42 +0000 |
commit | db803aaecaa3270b2b21c3d4200dc04cf733b655 (patch) | |
tree | c88d90537845ef39c4d33c8b00deea1fc5844e60 /chrome/common/net/socket_stream.h | |
parent | 83c8265e74ad2bca349e291e440ab9a8a0759093 (diff) | |
download | chromium_src-db803aaecaa3270b2b21c3d4200dc04cf733b655.zip chromium_src-db803aaecaa3270b2b21c3d4200dc04cf733b655.tar.gz chromium_src-db803aaecaa3270b2b21c3d4200dc04cf733b655.tar.bz2 |
Move socket stream messages to content, in preparation for moving its dispatcher. In this change I also converted p2p_messages to use the new automated way of serializing structs.
Review URL: http://codereview.chromium.org/6621025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77019 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/net/socket_stream.h')
-rw-r--r-- | chrome/common/net/socket_stream.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/common/net/socket_stream.h b/chrome/common/net/socket_stream.h deleted file mode 100644 index 6999842..0000000 --- a/chrome/common/net/socket_stream.h +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) 2009 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. - -#ifndef CHROME_COMMON_NET_SOCKET_STREAM_H_ -#define CHROME_COMMON_NET_SOCKET_STREAM_H_ -#pragma once - -namespace chrome_common_net { - -const int kNoSocketId = 0; - -} // namespace chrome_common_net - -#endif // CHROME_COMMON_NET_SOCKET_STREAM_H_ |