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 92dbea60a26305a8c73fc57bdd06dbfa341b8156..0b191df9fff57a336587a9669e632609e851b9f2 100644 |
--- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.h |
+++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.h |
@@ -202,6 +202,7 @@ class CORE_EXPORT WebSettingsImpl final |
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_; } |