Chromium Code Reviews| Index: content/public/common/web_preferences.h |
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h |
| index 9759112e1eabdcdf6123500823acd08a50ec2d9b..48f2d546f4bf262de61102c8d0a3a73468ce7a7e 100644 |
| --- a/content/public/common/web_preferences.h |
| +++ b/content/public/common/web_preferences.h |
| @@ -210,6 +210,12 @@ struct CONTENT_EXPORT WebPreferences { |
| // Cues will not be placed in this margin area. |
| float text_track_margin_percentage; |
| + // Specifies aggressiveness of background tab throttling. |
|
Sami
2016/11/03 13:21:15
Please mention that these are in seconds. Ideally
altimin
2016/11/04 10:41:25
Done.
|
| + float expensive_background_throttling_cpu_budget; |
| + float expensive_background_throttling_initial_budget; |
| + float expensive_background_throttling_max_budget; |
| + float expensive_background_throttling_max_delay; |
| + |
| #if defined(OS_ANDROID) |
| bool text_autosizing_enabled; |
| float font_scale_factor; |