Revert "Reland c91b178b07b0d - Delete dead signin code (SigninGlobalError)"
[chromium-blink-merge.git] / chrome / common / safe_browsing / ipc_protobuf_message_null_macros.h
blobffb7fe0f4339e132b406a15b2ac33c5b7f5c463d
1 // Copyright 2015 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.
5 // No include guard, may be included multiple times.
7 // NULL out all the macros that need NULLing, so that multiple includes of
8 // *_generator.h files will not generate noise.
9 #undef IPC_PROTOBUF_MESSAGE_TRAITS_BEGIN
10 #undef IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_FUNDAMENTAL_MEMBER
11 #undef IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_COMPLEX_MEMBER
12 #undef IPC_PROTOBUF_MESSAGE_TRAITS_REPEATED_COMPLEX_MEMBER
13 #undef IPC_PROTOBUF_MESSAGE_TRAITS_END
15 #define IPC_PROTOBUF_MESSAGE_TRAITS_BEGIN(message_name)
16 #define IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_FUNDAMENTAL_MEMBER(name)
17 #define IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_COMPLEX_MEMBER(name)
18 #define IPC_PROTOBUF_MESSAGE_TRAITS_REPEATED_COMPLEX_MEMBER(name)
19 #define IPC_PROTOBUF_MESSAGE_TRAITS_END()