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

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

Issue 7768001: Add support for exporting IPC messages from component DLLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/common/quota_messages.h ('k') | content/content_common.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 page rendering. 5 // IPC messages for page rendering.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include "base/process.h" 8 #include "base/process.h"
9 #include "base/shared_memory.h" 9 #include "base/shared_memory.h"
10 #include "content/common/common_param_traits.h" 10 #include "content/common/common_param_traits.h"
11 #include "content/common/css_colors.h" 11 #include "content/common/css_colors.h"
12 #include "content/common/edit_command.h" 12 #include "content/common/edit_command.h"
13 #include "content/common/navigation_gesture.h" 13 #include "content/common/navigation_gesture.h"
14 #include "content/common/page_transition_types.h" 14 #include "content/common/page_transition_types.h"
15 #include "content/common/page_zoom.h" 15 #include "content/common/page_zoom.h"
16 #include "content/common/renderer_preferences.h" 16 #include "content/common/renderer_preferences.h"
17 #include "content/common/webkit_param_traits.h" 17 #include "content/common/webkit_param_traits.h"
18 #include "content/common/window_container_type.h" 18 #include "content/common/window_container_type.h"
19 #include "ipc/ipc_channel_handle.h"
19 #include "ipc/ipc_message_macros.h" 20 #include "ipc/ipc_message_macros.h"
20 #include "ipc/ipc_platform_file.h" 21 #include "ipc/ipc_platform_file.h"
21 #include "media/base/media_log_event.h" 22 #include "media/base/media_log_event.h"
22 #include "net/base/host_port_pair.h" 23 #include "net/base/host_port_pair.h"
24 #include "third_party/skia/include/core/SkBitmap.h"
23 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderli ne.h" 25 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderli ne.h"
24 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h" 26 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h"
25 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerAction. h" 27 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerAction. h"
26 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" 28 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
27 #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" 29 #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h"
28 #include "ui/base/ime/text_input_type.h" 30 #include "ui/base/ime/text_input_type.h"
29 #include "ui/base/range/range.h" 31 #include "ui/base/range/range.h"
30 #include "ui/gfx/rect.h" 32 #include "ui/gfx/rect.h"
31 #include "webkit/glue/context_menu.h" 33 #include "webkit/glue/context_menu.h"
32 #include "webkit/glue/password_form.h" 34 #include "webkit/glue/password_form.h"
(...skipping 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 int32 /* complete status */) 2088 int32 /* complete status */)
2087 2089
2088 // Request updated information about the client firewall traversal policy. 2090 // Request updated information about the client firewall traversal policy.
2089 // Will result in a ViewMsg_UpdateRemoteAccessClientFirewallTraversal message 2091 // Will result in a ViewMsg_UpdateRemoteAccessClientFirewallTraversal message
2090 // being sent back. 2092 // being sent back.
2091 IPC_MESSAGE_ROUTED0(ViewHostMsg_RequestRemoteAccessClientFirewallTraversal) 2093 IPC_MESSAGE_ROUTED0(ViewHostMsg_RequestRemoteAccessClientFirewallTraversal)
2092 2094
2093 // Notifies the browser of an event occurring in the media pipeline. 2095 // Notifies the browser of an event occurring in the media pipeline.
2094 IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent, 2096 IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent,
2095 media::MediaLogEvent /* event */) 2097 media::MediaLogEvent /* event */)
OLDNEW
« no previous file with comments | « content/common/quota_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698