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

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

Issue 2471153002: [scheduler] Use Finch to control background throttling. (Closed)
Patch Set: Fix test and address comments Created 4 years, 1 month 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 IPC_STRUCT_TRAITS_MEMBER(initialize_at_minimum_page_scale) 202 IPC_STRUCT_TRAITS_MEMBER(initialize_at_minimum_page_scale)
203 IPC_STRUCT_TRAITS_MEMBER(smart_insert_delete_enabled) 203 IPC_STRUCT_TRAITS_MEMBER(smart_insert_delete_enabled)
204 IPC_STRUCT_TRAITS_MEMBER(cookie_enabled) 204 IPC_STRUCT_TRAITS_MEMBER(cookie_enabled)
205 IPC_STRUCT_TRAITS_MEMBER(navigate_on_drag_drop) 205 IPC_STRUCT_TRAITS_MEMBER(navigate_on_drag_drop)
206 IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled) 206 IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled)
207 IPC_STRUCT_TRAITS_MEMBER(v8_cache_options) 207 IPC_STRUCT_TRAITS_MEMBER(v8_cache_options)
208 IPC_STRUCT_TRAITS_MEMBER(pepper_accelerated_video_decode_enabled) 208 IPC_STRUCT_TRAITS_MEMBER(pepper_accelerated_video_decode_enabled)
209 IPC_STRUCT_TRAITS_MEMBER(animation_policy) 209 IPC_STRUCT_TRAITS_MEMBER(animation_policy)
210 IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_presentation) 210 IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_presentation)
211 IPC_STRUCT_TRAITS_MEMBER(text_track_margin_percentage) 211 IPC_STRUCT_TRAITS_MEMBER(text_track_margin_percentage)
212 IPC_STRUCT_TRAITS_MEMBER(expensive_background_throttling_cpu_budget)
213 IPC_STRUCT_TRAITS_MEMBER(expensive_background_throttling_initial_budget)
214 IPC_STRUCT_TRAITS_MEMBER(expensive_background_throttling_max_budget)
215 IPC_STRUCT_TRAITS_MEMBER(expensive_background_throttling_max_delay)
212 #if defined(OS_ANDROID) 216 #if defined(OS_ANDROID)
213 IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled) 217 IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled)
214 IPC_STRUCT_TRAITS_MEMBER(font_scale_factor) 218 IPC_STRUCT_TRAITS_MEMBER(font_scale_factor)
215 IPC_STRUCT_TRAITS_MEMBER(device_scale_adjustment) 219 IPC_STRUCT_TRAITS_MEMBER(device_scale_adjustment)
216 IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom) 220 IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom)
217 IPC_STRUCT_TRAITS_MEMBER(fullscreen_supported) 221 IPC_STRUCT_TRAITS_MEMBER(fullscreen_supported)
218 IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled) 222 IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled)
219 IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback) 223 IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback)
220 IPC_STRUCT_TRAITS_MEMBER(default_video_poster_url) 224 IPC_STRUCT_TRAITS_MEMBER(default_video_poster_url)
221 IPC_STRUCT_TRAITS_MEMBER(support_deprecated_target_density_dpi) 225 IPC_STRUCT_TRAITS_MEMBER(support_deprecated_target_density_dpi)
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXTextAffinity, ui::AX_TEXT_AFFINITY_LAST) 275 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXTextAffinity, ui::AX_TEXT_AFFINITY_LAST)
272 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXEventFrom, ui::AX_EVENT_FROM_LAST) 276 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXEventFrom, ui::AX_EVENT_FROM_LAST)
273 277
274 IPC_STRUCT_TRAITS_BEGIN(ui::AXRelativeBounds) 278 IPC_STRUCT_TRAITS_BEGIN(ui::AXRelativeBounds)
275 IPC_STRUCT_TRAITS_MEMBER(offset_container_id) 279 IPC_STRUCT_TRAITS_MEMBER(offset_container_id)
276 IPC_STRUCT_TRAITS_MEMBER(bounds) 280 IPC_STRUCT_TRAITS_MEMBER(bounds)
277 IPC_STRUCT_TRAITS_MEMBER(transform) 281 IPC_STRUCT_TRAITS_MEMBER(transform)
278 IPC_STRUCT_TRAITS_END() 282 IPC_STRUCT_TRAITS_END()
279 283
280 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 284 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/common/web_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698