| Index: third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| index fdfb075847d1d5c7800b54cbc6aa60495a924e49..6908a2391fb2decfaeba1b0b3f50829e2d35f850 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp
|
| @@ -100,8 +100,6 @@ bool SourceListDirective::allowHashedAttributes() const {
|
| }
|
|
|
| bool SourceListDirective::allowReportSample() const {
|
| - if (!m_policy->experimentalFeaturesEnabled())
|
| - return false;
|
| return m_reportSample;
|
| }
|
|
|
|
|