Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1560)

Unified Diff: content/public/common/web_preferences.h

Issue 2975593002: [vr] Deny permission requests in VR mode
Patch Set: . Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/vr/vr_tab_helper.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/vr/vr_tab_helper.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698