Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index ff89b72e41ebb5fc7a4433ff830406f92c2b3369..55597d5dc660e34af50fa1e7db9a6187765b70e1 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -916,6 +916,9 @@ |
base::string16 /* error_description */, |
bool /* was_ignored_by_handler */) |
+// Sent when the renderer decides to ignore a navigation. |
+IPC_MESSAGE_ROUTED0(FrameHostMsg_DidDropNavigation) |
+ |
// Sent when the renderer starts loading the page. |to_different_document| will |
// be true unless the load is a fragment navigation, or triggered by |
// history.pushState/replaceState. |