Index: third_party/WebKit/public/web/WebSettings.h |
diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h |
index 39e2eccc8e3c0a69f9ac58e8528c7cad8f2f5ba4..be1869ad4fe59fc8a5ce120b6dd9f5b7b5d146b2 100644 |
--- a/third_party/WebKit/public/web/WebSettings.h |
+++ b/third_party/WebKit/public/web/WebSettings.h |
@@ -298,6 +298,7 @@ class WebSettings { |
virtual void SetXSSAuditorEnabled(bool) = 0; |
virtual void SetMediaControlsEnabled(bool) = 0; |
virtual void SetDoNotUpdateSelectionOnMutatingSelectionRange(bool) = 0; |
+ virtual void SetMediaDownloadInProductHelpEnabled(bool) = 0; |
protected: |
~WebSettings() {} |