Reporting / NEL: Allow limited NEL reports on Reporting uploads.

Change-Id: If7751d0316ac54e8c2e961c5b4e0385f1c6107a6
Reviewed-on: https://chromium-review.googlesource.com/978301
Commit-Queue: Julia Tuttle <[email protected]>
Reviewed-by: Asanka Herath <[email protected]>
Reviewed-by: Bernhard Bauer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#546894}
diff --git a/net/reporting/reporting_cache.h b/net/reporting/reporting_cache.h
index e948748..a395f7f 100644
--- a/net/reporting/reporting_cache.h
+++ b/net/reporting/reporting_cache.h
@@ -47,6 +47,7 @@
                          const std::string& group,
                          const std::string& type,
                          std::unique_ptr<const base::Value> body,
+                         int depth,
                          base::TimeTicks queued,
                          int attempts) = 0;