summaryrefslogtreecommitdiff
path: root/chromium/net/reporting/reporting_header_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/reporting/reporting_header_parser.h')
-rw-r--r--chromium/net/reporting/reporting_header_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/net/reporting/reporting_header_parser.h b/chromium/net/reporting/reporting_header_parser.h
index 3556904cdb1..adba204742a 100644
--- a/chromium/net/reporting/reporting_header_parser.h
+++ b/chromium/net/reporting/reporting_header_parser.h
@@ -17,6 +17,7 @@ class Value;
namespace net {
+class NetworkIsolationKey;
class ReportingContext;
class NET_EXPORT ReportingHeaderParser {
@@ -79,8 +80,8 @@ class NET_EXPORT ReportingHeaderParser {
static void RecordHeaderDiscardedForJsonInvalid();
static void RecordHeaderDiscardedForJsonTooBig();
- // TODO(chlily): Pass in the NetworkIsolationKey.
static void ParseHeader(ReportingContext* context,
+ const NetworkIsolationKey& network_isolation_key,
const GURL& url,
std::unique_ptr<base::Value> value);