| Index: third_party/WebKit/Source/web/WebSettingsImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| index f11d92da6720c4f7ee06dd042008859c4d2b56a6..77873321c9b734399f83c267c679043c2b680cd5 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -102,6 +102,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
|
| void setForceZeroLayoutHeight(bool) override;
|
| void setFullscreenSupported(bool) override;
|
| void setHideDownloadUI(bool) override;
|
| + void setPresentationReceiver(bool) override;
|
| void setHistoryEntryRequiresUserGesture(bool) override;
|
| void setHyperlinkAuditingEnabled(bool) override;
|
| void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
|
|
|