| 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 668a3ba48d138b6b63273e6174ca522fb3310c78..396f50b2280855af85e945b939658ffc86715a2e 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -99,6 +99,7 @@ public:
|
| void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
|
| void setForceZeroLayoutHeight(bool) override;
|
| void setFullscreenSupported(bool) override;
|
| + void setHistoryEntryRequiresUserGesture(bool) override;
|
| void setHyperlinkAuditingEnabled(bool) override;
|
| void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
|
| void setImageAnimationPolicy(ImageAnimationPolicy) override;
|
|
|