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

Side by Side Diff: content/common/accessibility_messages.h

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get rid of defines used for testing deps Created 4 years, 9 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 | « content/common/BUILD.gn ('k') | content/common/appcache_messages.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) 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 // IPC messages for accessibility. 5 // IPC messages for accessibility.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include "content/common/ax_content_node_data.h" 8 #include "content/common/ax_content_node_data.h"
9 #include "content/common/content_export.h" 9 #include "content/common/content_export.h"
10 #include "content/common/view_message_enums.h" 10 #include "content/common/view_message_enums.h"
11 #include "content/public/common/common_param_traits.h"
12 #include "ipc/ipc_message_macros.h" 11 #include "ipc/ipc_message_macros.h"
13 #include "ipc/ipc_message_utils.h" 12 #include "ipc/ipc_message_utils.h"
14 #include "ipc/ipc_param_traits.h" 13 #include "ipc/ipc_param_traits.h"
15 #include "ipc/param_traits_macros.h" 14 #include "ipc/param_traits_macros.h"
16 #include "third_party/WebKit/public/web/WebAXEnums.h" 15 #include "third_party/WebKit/public/web/WebAXEnums.h"
17 #include "ui/accessibility/ax_node_data.h" 16 #include "ui/accessibility/ax_node_data.h"
18 #include "ui/accessibility/ax_tree_update.h" 17 #include "ui/accessibility/ax_tree_update.h"
19 18
20 #undef IPC_MESSAGE_EXPORT 19 #undef IPC_MESSAGE_EXPORT
21 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT 20 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 IPC_MESSAGE_ROUTED1( 214 IPC_MESSAGE_ROUTED1(
216 AccessibilityHostMsg_FindInPageResult, 215 AccessibilityHostMsg_FindInPageResult,
217 AccessibilityHostMsg_FindInPageResultParams) 216 AccessibilityHostMsg_FindInPageResultParams)
218 217
219 // Sent in response to AccessibilityMsg_SnapshotTree. The callback id that was 218 // Sent in response to AccessibilityMsg_SnapshotTree. The callback id that was
220 // passed to the request will be returned in |callback_id|, along with 219 // passed to the request will be returned in |callback_id|, along with
221 // a standalone snapshot of the accessibility tree. 220 // a standalone snapshot of the accessibility tree.
222 IPC_MESSAGE_ROUTED2(AccessibilityHostMsg_SnapshotResponse, 221 IPC_MESSAGE_ROUTED2(AccessibilityHostMsg_SnapshotResponse,
223 int /* callback_id */, 222 int /* callback_id */,
224 content::AXContentTreeUpdate) 223 content::AXContentTreeUpdate)
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/appcache_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698