Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index e9667981ec6ec0426901568d8db38a04f3068e54..4896ad189493c48142ca18130001e89de5f668f8 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -29,6 +29,7 @@ |
#include "content/common/accessibility_mode_enums.h" |
#include "content/common/ax_content_node_data.h" |
#include "content/common/content_export.h" |
+#include "content/common/download/mhtml_save_status.h" |
#include "content/common/frame.mojom.h" |
#include "content/common/frame_message_enums.h" |
#include "content/common/frame_replication_state.h" |
@@ -693,7 +694,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
void OnDidChangeLoadProgress(double load_progress); |
void OnSerializeAsMHTMLResponse( |
int job_id, |
- bool success, |
+ MhtmlSaveStatus save_status, |
const std::set<std::string>& digests_of_uris_of_serialized_resources, |
base::TimeDelta renderer_main_thread_time); |
void OnSelectionChanged(const base::string16& text, |