Commit 561163b9 authored by Tsuyoshi Horo's avatar Tsuyoshi Horo Committed by Commit Bot

Fix comment s/safa/safe/ in navigation_url_loader_network_service.cc

Change-Id: Ica95542165846ddf680155f51a86c4651393718d
Reviewed-on: https://chromium-review.googlesource.com/979750Reviewed-by: default avatarKouhei Ueno <kouhei@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545938}
parent 0b5d480c
...@@ -347,7 +347,7 @@ class NavigationURLLoaderNetworkService::URLLoaderRequestController ...@@ -347,7 +347,7 @@ class NavigationURLLoaderNetworkService::URLLoaderRequestController
default_loader_used_ = true; default_loader_used_ = true;
if (base::FeatureList::IsEnabled(features::kSignedHTTPExchange)) { if (base::FeatureList::IsEnabled(features::kSignedHTTPExchange)) {
DCHECK(!default_url_loader_factory_getter_); DCHECK(!default_url_loader_factory_getter_);
// It is safa to pass the callback of CreateURLLoaderThrottles with the // It is safe to pass the callback of CreateURLLoaderThrottles with the
// unretained |this|, because the passed callback will be used by a // unretained |this|, because the passed callback will be used by a
// SignedExchangeHandler which is indirectly owned by |this| until its // SignedExchangeHandler which is indirectly owned by |this| until its
// header is verified and parsed, that's where the getter is used. // header is verified and parsed, that's where the getter is used.
...@@ -493,7 +493,7 @@ class NavigationURLLoaderNetworkService::URLLoaderRequestController ...@@ -493,7 +493,7 @@ class NavigationURLLoaderNetworkService::URLLoaderRequestController
} }
if (base::FeatureList::IsEnabled(features::kSignedHTTPExchange)) { if (base::FeatureList::IsEnabled(features::kSignedHTTPExchange)) {
// It is safa to pass the callback of CreateURLLoaderThrottles with the // It is safe to pass the callback of CreateURLLoaderThrottles with the
// unretained |this|, because the passed callback will be used by a // unretained |this|, because the passed callback will be used by a
// SignedExchangeHandler which is indirectly owned by |this| until its // SignedExchangeHandler which is indirectly owned by |this| until its
// header is verified and parsed, that's where the getter is used. // header is verified and parsed, that's where the getter is used.
......
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