| 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 4c736ce212176fde7f4509f481f2fd3f05afaaee..2ade91ea96f88258a4f340523c2b86a6215bd900 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -299,6 +299,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() {}
|
|
|