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

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

Issue 2321503002: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Ugh. Created 4 years, 3 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: 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 681e2b4909b3cb943e93e7cc09fd2ec553ed44c3..2958252df43571a76781251d64eeddf231b7dae9 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -239,9 +239,10 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
DEFERRING_START,
WILL_REDIRECT_REQUEST,
DEFERRING_REDIRECT,
- CANCELING,
+ CANCELING_REQUEST,
WILL_PROCESS_RESPONSE,
DEFERRING_RESPONSE,
+ CANCELING_RESPONSE,
Mike West 2016/09/14 09:21:24 We have a host at this point, whereas we don't hav
READY_TO_COMMIT,
DID_COMMIT,
DID_COMMIT_ERROR_PAGE,

Powered by Google App Engine
This is Rietveld 408576698