Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 18892e8df157d35185a1ed50ea36d64b4f8181db..d7e5f79c75c4c7edd6f7fe15de71478a4af0606d 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -873,9 +873,6 @@ IPC_MESSAGE_ROUTED4(FrameHostMsg_DidFailLoadWithError, |
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. |