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

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

Issue 10827267: Remove unused include and always-true compile-time check (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 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
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 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/content_export.h" 10 #include "content/common/content_export.h"
(...skipping 12 matching lines...) Expand all
23 #include "content/public/common/stop_find_action.h" 23 #include "content/public/common/stop_find_action.h"
24 #include "content/public/common/webkit_param_traits.h" 24 #include "content/public/common/webkit_param_traits.h"
25 #include "content/public/common/window_container_type.h" 25 #include "content/public/common/window_container_type.h"
26 #include "ipc/ipc_channel_handle.h" 26 #include "ipc/ipc_channel_handle.h"
27 #include "ipc/ipc_message_macros.h" 27 #include "ipc/ipc_message_macros.h"
28 #include "ipc/ipc_platform_file.h" 28 #include "ipc/ipc_platform_file.h"
29 #include "media/base/channel_layout.h" 29 #include "media/base/channel_layout.h"
30 #include "media/base/media_log_event.h" 30 #include "media/base/media_log_event.h"
31 #include "third_party/skia/include/core/SkBitmap.h" 31 #include "third_party/skia/include/core/SkBitmap.h"
32 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderli ne.h" 32 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderli ne.h"
33 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositor.h"
34 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h" 33 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h"
35 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" 34 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
36 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerAction. h" 35 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerAction. h"
37 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginAction.h" 36 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginAction.h"
38 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" 37 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
39 #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" 38 #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h"
40 #include "ui/base/dialogs/selected_file_info.h" 39 #include "ui/base/dialogs/selected_file_info.h"
41 #include "ui/base/ime/text_input_type.h" 40 #include "ui/base/ime/text_input_type.h"
42 #include "ui/base/range/range.h" 41 #include "ui/base/range/range.h"
43 #include "ui/gfx/point.h" 42 #include "ui/gfx/point.h"
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content) 206 IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content)
208 IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content) 207 IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content)
209 IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator) 208 IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator)
210 IPC_STRUCT_TRAITS_MEMBER(visual_word_movement_enabled) 209 IPC_STRUCT_TRAITS_MEMBER(visual_word_movement_enabled)
211 IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled) 210 IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled)
212 IPC_STRUCT_TRAITS_MEMBER(css_regions_enabled) 211 IPC_STRUCT_TRAITS_MEMBER(css_regions_enabled)
213 IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled) 212 IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled)
214 IPC_STRUCT_TRAITS_MEMBER(css_variables_enabled) 213 IPC_STRUCT_TRAITS_MEMBER(css_variables_enabled)
215 IPC_STRUCT_TRAITS_MEMBER(device_supports_touch) 214 IPC_STRUCT_TRAITS_MEMBER(device_supports_touch)
216 IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse) 215 IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse)
217 #if !defined(WEBCOMPOSITOR_OWNS_SETTINGS)
218 IPC_STRUCT_TRAITS_MEMBER(threaded_animation_enabled)
219 IPC_STRUCT_TRAITS_MEMBER(partial_swap_enabled)
220 IPC_STRUCT_TRAITS_MEMBER(per_tile_painting_enabled)
221 #endif
222 IPC_STRUCT_TRAITS_MEMBER(default_tile_width) 216 IPC_STRUCT_TRAITS_MEMBER(default_tile_width)
223 IPC_STRUCT_TRAITS_MEMBER(default_tile_height) 217 IPC_STRUCT_TRAITS_MEMBER(default_tile_height)
224 IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_width) 218 IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_width)
225 IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_height) 219 IPC_STRUCT_TRAITS_MEMBER(max_untiled_layer_height)
226 IPC_STRUCT_TRAITS_MEMBER(fixed_position_creates_stacking_context) 220 IPC_STRUCT_TRAITS_MEMBER(fixed_position_creates_stacking_context)
227 IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled) 221 IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled)
228 IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores) 222 IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores)
229 IPC_STRUCT_TRAITS_MEMBER(cookie_enabled) 223 IPC_STRUCT_TRAITS_MEMBER(cookie_enabled)
230 IPC_STRUCT_TRAITS_END() 224 IPC_STRUCT_TRAITS_END()
231 225
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2182 // (according to the value of is_hung). The browser can give the user the 2176 // (according to the value of is_hung). The browser can give the user the
2183 // option of killing the plugin. 2177 // option of killing the plugin.
2184 IPC_MESSAGE_ROUTED3(ViewHostMsg_PepperPluginHung, 2178 IPC_MESSAGE_ROUTED3(ViewHostMsg_PepperPluginHung,
2185 int /* plugin_child_id */, 2179 int /* plugin_child_id */,
2186 FilePath /* path */, 2180 FilePath /* path */,
2187 bool /* is_hung */) 2181 bool /* is_hung */)
2188 2182
2189 // Screen was rotated. Dispatched to the onorientationchange javascript API. 2183 // Screen was rotated. Dispatched to the onorientationchange javascript API.
2190 IPC_MESSAGE_ROUTED1(ViewMsg_OrientationChangeEvent, 2184 IPC_MESSAGE_ROUTED1(ViewMsg_OrientationChangeEvent,
2191 int /* orientation */) 2185 int /* orientation */)
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698