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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: actually got the other CL number right... Created 5 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
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 89b95d3c06635295b47cd02f07b79fd456acde46..8c31c42dff73973385a851fb39638b23f0101cfe 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -314,6 +314,11 @@ void WebSettingsImpl::setPrimaryHoverType(HoverType type)
m_settings->setPrimaryHoverType(static_cast<blink::HoverType>(type));
}
+void WebSettingsImpl::setPreferHiddenVolumeControls(bool enabled)
+{
+ m_settings->setPreferHiddenVolumeControls(enabled);
+}
+
void WebSettingsImpl::setDOMPasteAllowed(bool enabled)
{
m_settings->setDOMPasteAllowed(enabled);

Powered by Google App Engine
This is Rietveld 408576698