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

Unified Diff: third_party/WebKit/public/web/WebSettings.h

Issue 2885033007: Disable color/date chooser in VR mode via WebPreferences (Closed)
Patch Set: date time chooser Created 3 years, 7 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
Index: third_party/WebKit/public/web/WebSettings.h
diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
index 391f363ac4e5e5ec927789940f403573065ba02e..81f6d459d269e65502a2997c0d41528ddd7afd57 100644
--- a/third_party/WebKit/public/web/WebSettings.h
+++ b/third_party/WebKit/public/web/WebSettings.h
@@ -208,6 +208,7 @@ class WebSettings {
virtual void SetMediaPlaybackGestureWhitelistScope(const WebString&) = 0;
virtual void SetPresentationRequiresUserGesture(bool) = 0;
virtual void SetEmbeddedMediaExperienceEnabled(bool) = 0;
+ virtual void SetPagePopupsSuppressed(bool) = 0;
virtual void SetMinimumAccelerated2dCanvasSize(int) = 0;
virtual void SetMinimumFontSize(int) = 0;
virtual void SetMinimumLogicalFontSize(int) = 0;

Powered by Google App Engine
This is Rietveld 408576698