Chromium Code Reviews| Index: Source/core/html/parser/XSSAuditor.h |
| diff --git a/Source/core/html/parser/XSSAuditor.h b/Source/core/html/parser/XSSAuditor.h |
| index b50f28a88d8863d9faa2704e1eef002dd744e934..cffa32e8f1c6606dcbd8ddd74ee5e10e481c6728 100644 |
| --- a/Source/core/html/parser/XSSAuditor.h |
| +++ b/Source/core/html/parser/XSSAuditor.h |
| @@ -68,6 +68,8 @@ public: |
| void setEncoding(const WTF::TextEncoding&); |
| + bool isEnabled() const { return m_isEnabled; } |
| + |
| private: |
| static const size_t kMaximumFragmentLengthTarget = 100; |