| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index b76702aa874fc0e7d597491401731e4f3e610b0d..75dec41bc58f412bcb1c1b8ba4747f588141dec0 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -262,6 +262,9 @@ struct CONTENT_EXPORT WebPreferences {
|
| // Whether download UI should be hidden on this page.
|
| bool hide_download_ui;
|
|
|
| + // If enabled, disabled video track when the video is in the background.
|
| + bool background_video_track_optimization_enabled;
|
| +
|
| // We try to keep the default values the same as the default values in
|
| // chrome, except for the cases where it would require lots of extra work for
|
| // the embedder to use the same default value.
|
|
|