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

Side by Side Diff: ipc/ipc_message_utils.h

Issue 2504063002: Revert of Remove IPC::BrokerableAttachment. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « ipc/ipc_message_attachment_set_posix_unittest.cc ('k') | ipc/ipc_message_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IPC_IPC_MESSAGE_UTILS_H_ 5 #ifndef IPC_IPC_MESSAGE_UTILS_H_
6 #define IPC_IPC_MESSAGE_UTILS_H_ 6 #define IPC_IPC_MESSAGE_UTILS_H_
7 7
8 #include <limits.h> 8 #include <limits.h>
9 #include <stddef.h> 9 #include <stddef.h>
10 #include <stdint.h> 10 #include <stdint.h>
11 11
12 #include <algorithm> 12 #include <algorithm>
13 #include <map> 13 #include <map>
14 #include <memory> 14 #include <memory>
15 #include <set> 15 #include <set>
16 #include <string> 16 #include <string>
17 #include <tuple> 17 #include <tuple>
18 #include <vector> 18 #include <vector>
19 19
20 #include "base/containers/small_map.h" 20 #include "base/containers/small_map.h"
21 #include "base/containers/stack_container.h" 21 #include "base/containers/stack_container.h"
22 #include "base/files/file.h" 22 #include "base/files/file.h"
23 #include "base/format_macros.h" 23 #include "base/format_macros.h"
24 #include "base/memory/scoped_vector.h" 24 #include "base/memory/scoped_vector.h"
25 #include "base/optional.h" 25 #include "base/optional.h"
26 #include "base/strings/string16.h" 26 #include "base/strings/string16.h"
27 #include "base/strings/string_util.h" 27 #include "base/strings/string_util.h"
28 #include "base/strings/stringprintf.h" 28 #include "base/strings/stringprintf.h"
29 #include "build/build_config.h" 29 #include "build/build_config.h"
30 #include "ipc/brokerable_attachment.h"
30 #include "ipc/ipc_message_start.h" 31 #include "ipc/ipc_message_start.h"
31 #include "ipc/ipc_param_traits.h" 32 #include "ipc/ipc_param_traits.h"
32 #include "ipc/ipc_sync_message.h" 33 #include "ipc/ipc_sync_message.h"
33 34
34 namespace base { 35 namespace base {
35 class DictionaryValue; 36 class DictionaryValue;
36 class FilePath; 37 class FilePath;
37 class ListValue; 38 class ListValue;
38 class NullableString16; 39 class NullableString16;
39 class Time; 40 class Time;
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 template <class ReplyParamType> 1141 template <class ReplyParamType>
1141 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params, 1142 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params,
1142 const Message* msg) {} 1143 const Message* msg) {}
1143 1144
1144 inline void ConnectMessageAndReply(const Message* msg, Message* reply) {} 1145 inline void ConnectMessageAndReply(const Message* msg, Message* reply) {}
1145 #endif 1146 #endif
1146 1147
1147 } // namespace IPC 1148 } // namespace IPC
1148 1149
1149 #endif // IPC_IPC_MESSAGE_UTILS_H_ 1150 #endif // IPC_IPC_MESSAGE_UTILS_H_
OLDNEW
« no previous file with comments | « ipc/ipc_message_attachment_set_posix_unittest.cc ('k') | ipc/ipc_message_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698