Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index e9dbe90de58341429b39ee047da83d78b69cdfd9..a84b0f01f73cd26a55e2843a7416a69ef82b6e80 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -19,6 +19,7 @@ |
#include "content/common/content_export.h" |
#include "content/common/content_param_traits.h" |
#include "content/common/content_security_policy_header.h" |
+#include "content/common/download/mhtml_save_status.h" |
#include "content/common/frame_message_enums.h" |
#include "content/common/frame_owner_properties.h" |
#include "content/common/frame_replication_state.h" |
@@ -1444,7 +1445,7 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_SerializedHtmlWithLocalLinksResponse, |
IPC_MESSAGE_ROUTED4( |
FrameHostMsg_SerializeAsMHTMLResponse, |
int /* job_id (used to match responses to requests) */, |
- bool /* true if success, false if error */, |
+ content::MhtmlSaveStatus /* final success/failure status */, |
std::set<std::string> /* digests of uris of serialized resources */, |
base::TimeDelta /* how much time of the main render thread was used */) |