Index: content/public/test/navigation_simulator.cc |
diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc |
index 3530e615c36ffc798ed6ea973f01fec0eea03410..2e5a45d996b4eb21fc9f6d5a9b96c0706e068b44 100644 |
--- a/content/public/test/navigation_simulator.cc |
+++ b/content/public/test/navigation_simulator.cc |
@@ -592,6 +592,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: |