| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 913026fcc3fae884024d86373272b5e7e697e710..086dc466d0b2f337220a99070175f26585ace74b 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 setCSPViolationReportsEnabled(bool) = 0;
|
| + virtual void setXSSViolationReportsEnabled(bool) = 0;
|
|
|
| protected:
|
| ~WebSettings() { }
|
|
|