Commit caf91c22 authored by David Van Cleve's avatar David Van Cleve Committed by Commit Bot

network: Fix a typo in URLLoaderCompletionStatus

This comment-only change removes a duplicated 'ERR_' from a comment in URLLoaderCompletionStatus.

R=mmenke

Bug: None
Change-Id: Ibd2a315ddf9a0a08a3c4ea99ce134c23a0435ad6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552573
Commit-Queue: David Van Cleve <davidvc@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Auto-Submit: David Van Cleve <davidvc@chromium.org>
Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#829788}
parent 869a42b8
......@@ -87,7 +87,7 @@ struct COMPONENT_EXPORT(NETWORK_CPP_BASE) URLLoaderCompletionStatus {
base::Optional<net::SSLInfo> ssl_info;
// More detailed reason for failing the response with
// ERR_net::ERR_BLOCKED_BY_RESPONSE |error_code|.
// net::ERR_BLOCKED_BY_RESPONSE |error_code|.
base::Optional<mojom::BlockedByResponseReason> blocked_by_response_reason;
// Set when response blocked by CORB needs to be reported to the DevTools
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment