| OLD | NEW |
| 1 // Copyright (c) 2016 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2016 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 // Multiply-included file, no traditional include guard. | 5 // Multiply-included file, no traditional include guard. |
| 6 #include "chrome/common/search/instant_types.h" | 6 #include "chrome/common/search/instant_types.h" |
| 7 #include "chrome/common/search/ntp_logging_events.h" | 7 #include "chrome/common/search/ntp_logging_events.h" |
| 8 #include "components/omnibox/common/omnibox_focus_state.h" | 8 #include "components/omnibox/common/omnibox_focus_state.h" |
| 9 #include "ipc/ipc_message_macros.h" | 9 #include "ipc/ipc_message_macros.h" |
| 10 | 10 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 IPC_STRUCT_TRAITS_MEMBER(header_color) | 48 IPC_STRUCT_TRAITS_MEMBER(header_color) |
| 49 IPC_STRUCT_TRAITS_MEMBER(section_border_color) | 49 IPC_STRUCT_TRAITS_MEMBER(section_border_color) |
| 50 IPC_STRUCT_TRAITS_MEMBER(theme_id) | 50 IPC_STRUCT_TRAITS_MEMBER(theme_id) |
| 51 IPC_STRUCT_TRAITS_MEMBER(image_horizontal_alignment) | 51 IPC_STRUCT_TRAITS_MEMBER(image_horizontal_alignment) |
| 52 IPC_STRUCT_TRAITS_MEMBER(image_vertical_alignment) | 52 IPC_STRUCT_TRAITS_MEMBER(image_vertical_alignment) |
| 53 IPC_STRUCT_TRAITS_MEMBER(image_tiling) | 53 IPC_STRUCT_TRAITS_MEMBER(image_tiling) |
| 54 IPC_STRUCT_TRAITS_MEMBER(image_height) | 54 IPC_STRUCT_TRAITS_MEMBER(image_height) |
| 55 IPC_STRUCT_TRAITS_MEMBER(has_attribution) | 55 IPC_STRUCT_TRAITS_MEMBER(has_attribution) |
| 56 IPC_STRUCT_TRAITS_MEMBER(logo_alternate) | 56 IPC_STRUCT_TRAITS_MEMBER(logo_alternate) |
| 57 IPC_STRUCT_TRAITS_END() | 57 IPC_STRUCT_TRAITS_END() |
| OLD | NEW |