| Index: content/public/browser/navigation_throttle.h
|
| diff --git a/content/public/browser/navigation_throttle.h b/content/public/browser/navigation_throttle.h
|
| index ba49aa73a716aa81af9106d7b875df3f18fa26ac..109a2fc4760f79c66796aa76b14fc135b3e07301 100644
|
| --- a/content/public/browser/navigation_throttle.h
|
| +++ b/content/public/browser/navigation_throttle.h
|
| @@ -34,7 +34,8 @@ class CONTENT_EXPORT NavigationThrottle {
|
| CANCEL_AND_IGNORE,
|
|
|
| // Blocks a navigation due to rules asserted before the request is made.
|
| - // This can only be returned from WillStartRequest. This will result in an
|
| + // This can only be returned from WillStartRequest and also from
|
| + // WillRedirectRequest when PlzNavigate is enabled. This will result in an
|
| // error page for net::ERR_BLOCKED_BY_CLIENT being loaded in the frame that
|
| // is navigated.
|
| BLOCK_REQUEST,
|
|
|