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

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

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: Addressed comments, made redirect response PlzNavigate-only. Created 3 years, 8 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 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();
}
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree_node.h » ('j') | content/browser/frame_host/navigation_handle_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698