| 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 45b85fdb77ef246ee8ff3e2ff988c11cae2560a4..ab59815fa6bbba9972728d7b833fb09faba098d9 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
|
| @@ -102,6 +102,7 @@ void SupervisedUserGoogleAuthNavigationThrottle::OnGoogleAuthStateChanged(
|
| break;
|
| }
|
| case content::NavigationThrottle::BLOCK_REQUEST:
|
| + case content::NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE:
|
| case content::NavigationThrottle::BLOCK_RESPONSE: {
|
| NOTREACHED();
|
| }
|
|
|