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

Side by Side Diff: content/public/common/common_param_traits_macros.h

Issue 17057003: Add command line switch to enable region based columns. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
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 // Singly or Multiply-included shared traits file depending on circumstances. 5 // Singly or Multiply-included shared traits file depending on circumstances.
6 // This allows the use of IPC serialization macros in more than one IPC message 6 // This allows the use of IPC serialization macros in more than one IPC message
7 // file. 7 // file.
8 #ifndef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 8 #ifndef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
9 #define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 9 #define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
10 10
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled) 169 IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled)
170 IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content) 170 IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content)
171 IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content) 171 IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content)
172 IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator) 172 IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator)
173 IPC_STRUCT_TRAITS_MEMBER(visual_word_movement_enabled) 173 IPC_STRUCT_TRAITS_MEMBER(visual_word_movement_enabled)
174 IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled) 174 IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled)
175 IPC_STRUCT_TRAITS_MEMBER(css_sticky_position_enabled) 175 IPC_STRUCT_TRAITS_MEMBER(css_sticky_position_enabled)
176 IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled) 176 IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled)
177 IPC_STRUCT_TRAITS_MEMBER(css_grid_layout_enabled) 177 IPC_STRUCT_TRAITS_MEMBER(css_grid_layout_enabled)
178 IPC_STRUCT_TRAITS_MEMBER(lazy_layout_enabled) 178 IPC_STRUCT_TRAITS_MEMBER(lazy_layout_enabled)
179 IPC_STRUCT_TRAITS_MEMBER(region_based_columns_enabled)
179 IPC_STRUCT_TRAITS_MEMBER(touch_enabled) 180 IPC_STRUCT_TRAITS_MEMBER(touch_enabled)
180 IPC_STRUCT_TRAITS_MEMBER(device_supports_touch) 181 IPC_STRUCT_TRAITS_MEMBER(device_supports_touch)
181 IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse) 182 IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse)
182 IPC_STRUCT_TRAITS_MEMBER(touch_adjustment_enabled) 183 IPC_STRUCT_TRAITS_MEMBER(touch_adjustment_enabled)
183 IPC_STRUCT_TRAITS_MEMBER(fixed_position_creates_stacking_context) 184 IPC_STRUCT_TRAITS_MEMBER(fixed_position_creates_stacking_context)
184 IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled) 185 IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled)
185 IPC_STRUCT_TRAITS_MEMBER(deferred_image_decoding_enabled) 186 IPC_STRUCT_TRAITS_MEMBER(deferred_image_decoding_enabled)
186 IPC_STRUCT_TRAITS_MEMBER(should_respect_image_orientation) 187 IPC_STRUCT_TRAITS_MEMBER(should_respect_image_orientation)
187 IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores) 188 IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores)
188 IPC_STRUCT_TRAITS_MEMBER(editing_behavior) 189 IPC_STRUCT_TRAITS_MEMBER(editing_behavior)
189 IPC_STRUCT_TRAITS_MEMBER(supports_multiple_windows) 190 IPC_STRUCT_TRAITS_MEMBER(supports_multiple_windows)
190 IPC_STRUCT_TRAITS_MEMBER(viewport_enabled) 191 IPC_STRUCT_TRAITS_MEMBER(viewport_enabled)
191 IPC_STRUCT_TRAITS_MEMBER(initialize_at_minimum_page_scale) 192 IPC_STRUCT_TRAITS_MEMBER(initialize_at_minimum_page_scale)
192 IPC_STRUCT_TRAITS_MEMBER(smart_insert_delete_enabled) 193 IPC_STRUCT_TRAITS_MEMBER(smart_insert_delete_enabled)
193 IPC_STRUCT_TRAITS_MEMBER(cookie_enabled) 194 IPC_STRUCT_TRAITS_MEMBER(cookie_enabled)
194 IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled) 195 IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled)
195 #if defined(OS_ANDROID) 196 #if defined(OS_ANDROID)
196 IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled) 197 IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled)
197 IPC_STRUCT_TRAITS_MEMBER(font_scale_factor) 198 IPC_STRUCT_TRAITS_MEMBER(font_scale_factor)
198 IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom) 199 IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom)
199 IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled) 200 IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled)
200 IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback) 201 IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback)
201 IPC_STRUCT_TRAITS_MEMBER(default_video_poster_url) 202 IPC_STRUCT_TRAITS_MEMBER(default_video_poster_url)
202 IPC_STRUCT_TRAITS_MEMBER(support_deprecated_target_density_dpi) 203 IPC_STRUCT_TRAITS_MEMBER(support_deprecated_target_density_dpi)
203 IPC_STRUCT_TRAITS_MEMBER(use_wide_viewport) 204 IPC_STRUCT_TRAITS_MEMBER(use_wide_viewport)
204 #endif 205 #endif
205 IPC_STRUCT_TRAITS_END() 206 IPC_STRUCT_TRAITS_END()
206 207
207 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 208 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698