| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index bcceb6b29e3b441f67e053ac7543cc51b4fa7676..7b7c28043b2648831411f79ca2f37718d952c622 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -260,6 +260,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| // If enabled, video fullscreen detection will be enabled.
|
| bool video_fullscreen_detection_enabled;
|
| bool embedded_media_experience_enabled;
|
| + bool page_popups_suppressed;
|
| #else // defined(OS_ANDROID)
|
| #endif // defined(OS_ANDROID)
|
|
|
|
|