| 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 11b3df725bbd3ede39a41c7f422a96e127d78e86..4cc706d465feabb21426a4e8aaeed90ae9170d6e 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/core/exported/WebSettingsImpl.h
|
| @@ -203,6 +203,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_; }
|
|
|