| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index b5f363f048ad31ee6d1b69ee91cfe4651fbb6dd1..ccabaecf05836385c05fcb5108eaa673ba9a3158 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -227,6 +227,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool fullscreen_supported;
|
| bool double_tap_to_zoom_enabled;
|
| bool user_gesture_required_for_media_playback;
|
| + std::string media_playback_gesture_whitelist_scope;
|
| GURL default_video_poster_url;
|
| bool support_deprecated_target_density_dpi;
|
| bool use_legacy_background_size_shorthand_behavior;
|
|
|