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

Side by Side Diff: chrome/common/instant_struct_traits.h

Issue 2642973006: Include AIDL files in the presubmit check for IPC security. (Closed)
Patch Set: Move `using` statements. Created 3 years, 11 months 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 | « chrome/common/instant.typemap ('k') | chrome/common/instant_type_traits.h » ('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) 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
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()
OLDNEW
« no previous file with comments | « chrome/common/instant.typemap ('k') | chrome/common/instant_type_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698