diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index eba3835..ea9b902 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1923,7 +1923,7 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction, // Notifies the browser that the page was or was not saved as MHTML. IPC_MESSAGE_CONTROL2(ViewHostMsg_SavedPageAsMHTML, int /* job_id */, - int64 /* size of the MHTML file, -1 if error */) + bool /* success */) IPC_MESSAGE_ROUTED3(ViewHostMsg_SendCurrentPageAllSavableResourceLinks, std::vector<GURL> /* all savable resource links */, |