Index: chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc |
diff --git a/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc b/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc |
index 1931a03bb52b1fa2c54490c780cdf0b71460b6e7..b14fdfb2b6e5be8dcd1983e19f034963a47f9c3b 100644 |
--- a/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc |
+++ b/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc |
@@ -106,6 +106,7 @@ void SupervisedUserGoogleAuthNavigationThrottle::OnGoogleAuthStateChanged( |
break; |
} |
case content::NavigationThrottle::BLOCK_REQUEST: |
+ case content::NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE: |
case content::NavigationThrottle::BLOCK_RESPONSE: { |
NOTREACHED(); |
} |