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

Unified Diff: content/public/browser/navigation_throttle.h

Issue 2729433003: PlzNavigate: add support for BLOCK_REQUEST during redirects (Closed)
Patch Set: Addressed nits Created 3 years, 10 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
« no previous file with comments | « content/browser/frame_host/navigation_request.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_throttle.h
diff --git a/content/public/browser/navigation_throttle.h b/content/public/browser/navigation_throttle.h
index ba49aa73a716aa81af9106d7b875df3f18fa26ac..56b989b8bdc8f1ed29e1f35cc210009a2d532788 100644
--- a/content/public/browser/navigation_throttle.h
+++ b/content/public/browser/navigation_throttle.h
@@ -34,9 +34,9 @@ class CONTENT_EXPORT NavigationThrottle {
CANCEL_AND_IGNORE,
// Blocks a navigation due to rules asserted before the request is made.
- // This can only be returned from WillStartRequest. This will result in an
- // error page for net::ERR_BLOCKED_BY_CLIENT being loaded in the frame that
- // is navigated.
+ // This can only be returned from WillStartRequest and WillRedirectRequest.
+ // This will result in an error page for net::ERR_BLOCKED_BY_CLIENT being
+ // loaded in the frame that is navigated.
BLOCK_REQUEST,
// Blocks a navigation due to rules asserted by a response (for instance,
« no previous file with comments | « content/browser/frame_host/navigation_request.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698