• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
3 // found in the LICENSE file.
4 
5 // Get basic type definitions.
6 #define IPC_MESSAGE_IMPL
7 #include "libcef/common/cef_message_generator.h"
8 
9 // Generate constructors.
10 #include "chrome/common/safe_browsing/ipc_protobuf_message_null_macros.h"
11 #include "ipc/struct_constructor_macros.h"
12 #include "libcef/common/cef_message_generator.h"
13 
14 // Generate param traits write methods.
15 #include "chrome/common/safe_browsing/protobuf_message_write_macros.h"
16 #include "ipc/param_traits_write_macros.h"
17 namespace IPC {
18 #include "libcef/common/cef_message_generator.h"
19 }  // namespace IPC
20 
21 // Generate param traits read methods.
22 #include "chrome/common/safe_browsing/protobuf_message_read_macros.h"
23 #include "ipc/param_traits_read_macros.h"
24 namespace IPC {
25 #include "libcef/common/cef_message_generator.h"
26 }  // namespace IPC
27 
28 // Generate param traits log methods.
29 #include "chrome/common/safe_browsing/protobuf_message_log_macros.h"
30 #include "ipc/param_traits_log_macros.h"
31 namespace IPC {
32 #include "libcef/common/cef_message_generator.h"
33 }  // namespace IPC
34