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

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

Issue 2321503002: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Rebase after a month... Created 4 years, 2 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 58aff96b249dfb6a28b8b30a6bf62f8543029eda..8380d4e594d4e22ac0875e5738fec34a2448ddf2 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -289,9 +289,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,
« no previous file with comments | « content/browser/frame_host/ancestor_throttle_unittest.cc ('k') | content/browser/frame_host/navigation_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698