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

Unified Diff: content/browser/frame_host/navigation_handle_impl.h

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Display a blank page instead of an error page. ( and add checks in NavigationRequest) Created 4 years, 1 month 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: content/browser/frame_host/navigation_handle_impl.h
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
index c02844b80f469e4fffd04f4dabee9f9eb87d0584..faac5ed32d5f3dadd74f61ead21a881f76bda2db 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -294,9 +294,10 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
DEFERRING_START,
WILL_REDIRECT_REQUEST,
DEFERRING_REDIRECT,
- CANCELING,
+ CANCELING_REQUEST,
WILL_PROCESS_RESPONSE,
DEFERRING_RESPONSE,
+ CANCELING_RESPONSE,
READY_TO_COMMIT,
DID_COMMIT,
DID_COMMIT_ERROR_PAGE,

Powered by Google App Engine
This is Rietveld 408576698