summaryrefslogtreecommitdiff
path: root/chromium/net/reporting/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/reporting/README.md')
-rw-r--r--chromium/net/reporting/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/net/reporting/README.md b/chromium/net/reporting/README.md
index 7ad6beb8b92..34eea76936d 100644
--- a/chromium/net/reporting/README.md
+++ b/chromium/net/reporting/README.md
@@ -73,7 +73,7 @@ by non-browser embedders as well as by Chromium.
* The `ReportingService` is set up in a `URLRequestContext` by passing a
`ReportingPolicy` to the `URLRequestContextBuilder`. This creates a
- `ReportingService` which is owned by the `URLRequestContextStorage`.
+ `ReportingService` which is owned by the `URLRequestContext`.
* `Report-To:` headers are processed by an `HttpNetworkTransaction` when they
are received, and passed on to the `ReportingService` to be added to the
@@ -107,7 +107,7 @@ by non-browser embedders as well as by Chromium.
* It queues reports via the `NetworkContext` using a
`blink::mojom::ReportingServiceProxy` (implemented [in
- `//content/browser/net/`][2]), which can queue Intervention, Deprecation,
+ `//content/browser/network/`][2]), which can queue Intervention, Deprecation,
CSP Violation, and Permissions Policy Violation reports.
* The `ChromeNetworkDelegate` [in `//chrome/browser/net/`][3] checks permissions
@@ -169,6 +169,6 @@ To support both mechanisms simultaneously, we do the following:
group.
[1]: https://chromium.googlesource.com/chromium/src/+/HEAD/third_party/blink/renderer/core/frame/reporting_observer.h
-[2]: https://chromium.googlesource.com/chromium/src/+/HEAD/content/browser/net/reporting_service_proxy.cc
+[2]: https://chromium.googlesource.com/chromium/src/+/HEAD/content/browser/network/reporting_service_proxy.cc
[3]: https://chromium.googlesource.com/chromium/src/+/HEAD/chrome/browser/net/chrome_network_delegate.h
[4]: https://chromium.googlesource.com/chromium/src/+/HEAD/components/cronet/android/test/javatests/src/org/chromium/net/NetworkErrorLoggingTest.java