Index: Source/core/loader/MixedContentChecker.h |
diff --git a/Source/core/loader/MixedContentChecker.h b/Source/core/loader/MixedContentChecker.h |
index c30a59e6af49f7eb84faf253c5a79c5019cc513a..ed73664156906171ccd11dde83101a35c3d07824 100644 |
--- a/Source/core/loader/MixedContentChecker.h |
+++ b/Source/core/loader/MixedContentChecker.h |
@@ -48,7 +48,8 @@ class MixedContentChecker final { |
public: |
explicit MixedContentChecker(LocalFrame*); |
- static bool shouldBlockFetch(LocalFrame*, const ResourceRequest&, const KURL&); |
+ enum ReportingStatus { SendReport, SuppressReport }; |
+ static bool shouldBlockFetch(LocalFrame*, const ResourceRequest&, const KURL&, ReportingStatus); |
bool canDisplayInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const |
{ |