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

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

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Rebase Created 4 years 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 668ba9b08fad4dbab5c84d944d862b25d27e1abb..1790f2fc4a4eecbba5a11c9a467c61614d28d037 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -293,9 +293,10 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
DEFERRING_START,
WILL_REDIRECT_REQUEST,
DEFERRING_REDIRECT,
- CANCELING,
+ CANCELING_REQUEST,
WILL_PROCESS_RESPONSE,
DEFERRING_RESPONSE,
+ CANCELING_RESPONSE,
clamy 2016/12/06 17:09:43 What is the difference between CANCELING_REQUEST &
arthursonzogni 2016/12/07 16:25:02 According to me, * CANCELLING_REQUEST happens when
READY_TO_COMMIT,
DID_COMMIT,
DID_COMMIT_ERROR_PAGE,

Powered by Google App Engine
This is Rietveld 408576698