| 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 719ad33dfaf10d16f8ac5d8abbcedc6b2e6cba44..b09560ddff3415feb58f833e4ef0e4b50bfb6c73 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -120,6 +120,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
|
| void SetMediaPlaybackGestureWhitelistScope(const WebString&) override;
|
| void SetPresentationRequiresUserGesture(bool) override;
|
| void SetEmbeddedMediaExperienceEnabled(bool) override;
|
| + void SetPagePopupsSuppressed(bool) override;
|
| void SetMinimumAccelerated2dCanvasSize(int) override;
|
| void SetMinimumFontSize(int) override;
|
| void SetMinimumLogicalFontSize(int) override;
|
|
|