| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 0a275a9204fff0f4aad5abddf5290d3b2f1f9f9e..643c288cb9d4083f619fb5fb0f702fc2bcb4d06f 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -215,6 +215,8 @@ struct CONTENT_EXPORT WebPreferences {
|
| // Cues will not be placed in this margin area.
|
| float text_track_margin_percentage;
|
|
|
| + bool page_popups_suppressed;
|
| +
|
| #if defined(OS_ANDROID)
|
| bool text_autosizing_enabled;
|
| float font_scale_factor;
|
| @@ -251,7 +253,6 @@ 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)
|
|
|
|
|