| 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 65d5d91f138baee4338e6f1e54bd639da4e0abc7..b69e261bd474db9f121309158068525c202f5143 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -514,6 +514,10 @@ void WebSettingsImpl::setHideDownloadUI(bool hide) {
|
| m_settings->setHideDownloadUI(hide);
|
| }
|
|
|
| +void WebSettingsImpl::setPresentationReceiver(bool enabled) {
|
| + m_settings->setPresentationReceiver(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setHistoryEntryRequiresUserGesture(bool enabled) {
|
| m_settings->setHistoryEntryRequiresUserGesture(enabled);
|
| }
|
|
|