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, |