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 8fa5aac0a67966a0a4d3d1f7a4a52d3d31ccf86d..1ac0f75e98b99cb76ca36ab6e290d8ad003f31b6 100644 |
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
@@ -506,6 +506,10 @@ void WebSettingsImpl::setMinimumAccelerated2dCanvasSize(int numPixels) { |
m_settings->setMinimumAccelerated2dCanvasSize(numPixels); |
} |
+void WebSettingsImpl::setHideDownloadUI(bool hide) { |
+ m_settings->setHideDownloadUI(hide); |
+} |
+ |
void WebSettingsImpl::setHistoryEntryRequiresUserGesture(bool enabled) { |
m_settings->setHistoryEntryRequiresUserGesture(enabled); |
} |