| Index: Source/web/WebSettingsImpl.h
|
| diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
|
| index 7365da10e2225b5b064cea8984de8acccb429b12..234cac00376390ac8ec85ecc77702a9977ca3695 100644
|
| --- a/Source/web/WebSettingsImpl.h
|
| +++ b/Source/web/WebSettingsImpl.h
|
| @@ -176,6 +176,9 @@ public:
|
| virtual void setWebSecurityEnabled(bool) OVERRIDE;
|
| virtual void setWideViewportQuirkEnabled(bool) OVERRIDE;
|
| virtual void setXSSAuditorEnabled(bool) OVERRIDE;
|
| + virtual void setCSPViolationReportsEnabled(bool) OVERRIDE;
|
| + virtual void setXSSViolationReportsEnabled(bool) OVERRIDE;
|
| +
|
|
|
| bool showFPSCounter() const { return m_showFPSCounter; }
|
| bool showPaintRects() const { return m_showPaintRects; }
|
|
|