Index: chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h |
diff --git a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h |
index 1b9f3d302adc12cd661a507640e1fc2a586f6f04..d180288c89a4f18f24c616a32159c88e9f03584e 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h |
+++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h |
@@ -129,6 +129,9 @@ class IncidentReportingService : public content::NotificationObserver { |
const scoped_refptr<net::URLRequestContextGetter>& request_context_getter, |
const ClientIncidentReport& report); |
+ // Returns true if a report is currently being processed. |
+ bool IsProcessingReport() const; |
+ |
private: |
struct ProfileContext; |
class UploadContext; |