commit | 17b23c497bba18be784365af99bccfa7a3b73cfd | [log] [tgz] |
---|---|---|
author | Matt Menke <[email protected]> | Thu Oct 22 05:14:57 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 22 05:14:57 2020 |
tree | c0fac4ab4c9854517133efdd0029537c924cac17 | |
parent | 20a9ff5d0c01f4450a9becf622c6a5802ace6980 [diff] [blame] |
Apply NIK to reporting and NEL, part 4. Add NIK parameter to ReportingService::ProcessHeader(). [email protected] Bug: 993805 Change-Id: I04448b4da9bfad52f9ae0cd6863b19b0e572a2ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485172 Commit-Queue: Matt Menke <[email protected]> Reviewed-by: Lily Chen <[email protected]> Cr-Commit-Position: refs/heads/master@{#819705}
diff --git a/net/reporting/reporting_test_util.cc b/net/reporting/reporting_test_util.cc index 8c850e70..a3418fd 100644 --- a/net/reporting/reporting_test_util.cc +++ b/net/reporting/reporting_test_util.cc
@@ -333,8 +333,10 @@ type, std::move(body), depth)); } -void TestReportingService::ProcessHeader(const GURL& url, - const std::string& header_value) { +void TestReportingService::ProcessHeader( + const GURL& url, + const NetworkIsolationKey& network_isolation_key, + const std::string& header_value) { NOTREACHED(); }