Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 2ae005fc1209a41eeee682302b1e6fd922ad096f..4df36b535a80690e2ece511631a187085a84d731 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -920,9 +920,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. |