Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 184d39e999075155cd60b65c43cb4ce7f6225c6f..4acab2c683bc6b1b6a977e0f451db66343ad40a5 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1142,10 +1142,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateTargetURL, |
int32, |
GURL) |
-// Sent when the renderer main frame has made progress loading. |
-IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeLoadProgress, |
- double /* load_progress */) |
- |
// Sent when the document element is available for the top-level frame. This |
// happens after the page starts loading, but before all resources are |
// finished. |