Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index a852758568aef5dfc5abceafb49fc7b20ca7e1ae..748056b60e0b2b6c0f9c80f31db5571c4272dcaf 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -579,11 +579,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_ReplaceDateTime, |
#endif |
-// Get all savable resource links from current webpage, include main |
-// frame and sub-frame. |
-IPC_MESSAGE_ROUTED1(ViewMsg_GetAllSavableResourceLinksForCurrentPage, |
- GURL /* url of page which is needed to save */) |
- |
// Get html data by serializing all frames of current page with lists |
// which contain all resource links that have local copy. |
IPC_MESSAGE_ROUTED3(ViewMsg_GetSerializedHtmlDataForCurrentPageWithLocalLinks, |
@@ -1414,11 +1409,6 @@ IPC_MESSAGE_CONTROL2(ViewHostMsg_SavedPageAsMHTML, |
int /* job_id */, |
int64 /* size of the MHTML file, -1 if error */) |
-IPC_MESSAGE_ROUTED3(ViewHostMsg_SendCurrentPageAllSavableResourceLinks, |
- std::vector<GURL> /* all savable resource links */, |
- std::vector<content::Referrer> /* all referrers */, |
- std::vector<GURL> /* all frame links */) |
- |
IPC_MESSAGE_ROUTED3(ViewHostMsg_SendSerializedHtmlData, |
GURL /* frame's url */, |
std::string /* data buffer */, |