Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / safe_browsing / incident_reporting / incident_reporting_service.h
index 1b9f3d3..d180288 100644 (file)
@@ -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;