Index: content/public/test/navigation_simulator.cc |
diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc |
index 5b12daabdb34c761cf77284a48e02981e97e5972..fa2bc91fb37a13fd7c0518b48e98d039be023916 100644 |
--- a/content/public/test/navigation_simulator.cc |
+++ b/content/public/test/navigation_simulator.cc |
@@ -604,6 +604,7 @@ void NavigationSimulator::FailFromThrottleCheck( |
error_code = net::ERR_ABORTED; |
break; |
case NavigationThrottle::BLOCK_REQUEST: |
+ case NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE: |
error_code = net::ERR_BLOCKED_BY_CLIENT; |
break; |
case NavigationThrottle::BLOCK_RESPONSE: |