Index: third_party/WebKit/Source/core/exported/WebSettingsImpl.h |
diff --git a/third_party/WebKit/Source/core/exported/WebSettingsImpl.h b/third_party/WebKit/Source/core/exported/WebSettingsImpl.h |
index 89361798d142921566162d470fb6118b9ea3c45d..9517ccfee8ac550e0eeb043cfd88b3ff19f875fb 100644 |
--- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.h |
+++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.h |
@@ -201,6 +201,7 @@ class CORE_EXPORT WebSettingsImpl final : public WebSettings { |
void SetXSSAuditorEnabled(bool) override; |
void SetMediaControlsEnabled(bool) override; |
void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) override; |
+ void SetMediaDownloadInProductHelpEnabled(bool) override; |
bool ShowFPSCounter() const { return show_fps_counter_; } |
bool ShowPaintRects() const { return show_paint_rects_; } |