| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 913026fcc3fae884024d86373272b5e7e697e710..d6bf45fa1d8655b91ed3dabef54589c56511712e 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -228,6 +228,8 @@ public:
|
| virtual void setWebSecurityEnabled(bool) = 0;
|
| virtual void setWideViewportQuirkEnabled(bool) = 0;
|
| virtual void setXSSAuditorEnabled(bool) = 0;
|
| + virtual void setCSPViolationReportsUploadOptOut(bool) = 0;
|
| + virtual void setXSSViolationReportsUploadOptOut(bool) = 0;
|
|
|
| protected:
|
| ~WebSettings() { }
|
|
|