| Index: content/browser/loader/navigation_resource_throttle.cc
|
| diff --git a/content/browser/loader/navigation_resource_throttle.cc b/content/browser/loader/navigation_resource_throttle.cc
|
| index a2aa8aaa1227052a63bbc73fb4d391eac96e7c7d..f51a52c55a713ea6581240f3da41257c3db395d9 100644
|
| --- a/content/browser/loader/navigation_resource_throttle.cc
|
| +++ b/content/browser/loader/navigation_resource_throttle.cc
|
| @@ -354,7 +354,8 @@ void NavigationResourceThrottle::OnUIChecksPerformed(
|
| CancelAndIgnore();
|
| } else if (result == NavigationThrottle::CANCEL) {
|
| Cancel();
|
| - } else if (result == NavigationThrottle::BLOCK_REQUEST) {
|
| + } else if (result == NavigationThrottle::BLOCK_REQUEST ||
|
| + result == NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE) {
|
| CancelWithError(net::ERR_BLOCKED_BY_CLIENT);
|
| } else if (result == NavigationThrottle::BLOCK_RESPONSE) {
|
| // TODO(mkwst): If we cancel the main frame request with anything other than
|
|
|