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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.cpp

Issue 2885033007: Disable color/date chooser in VR mode via WebPreferences (Closed)
Patch Set: added explanatory comment. 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/Source/web/WebSettingsImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
index ef15ce0fffb998d8c0113c299304d091bb678598..121a595903c5cce2b24d64e03dbe05d248919fad 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -641,6 +641,10 @@ void WebSettingsImpl::SetEmbeddedMediaExperienceEnabled(bool enabled) {
settings_->SetEmbeddedMediaExperienceEnabled(enabled);
}
+void WebSettingsImpl::SetPagePopupsSuppressed(bool suppressed) {
+ settings_->SetPagePopupsSuppressed(suppressed);
+}
+
void WebSettingsImpl::SetViewportEnabled(bool enabled) {
settings_->SetViewportEnabled(enabled);
}
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698