Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: Fix navigation transition type. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698