Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 6aad5a6002069007a2890d53c37a3335a2ffeb9a..bc4d04e1d4309a5cd5464bbd2e99ddae05885871 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -27,6 +27,7 @@ |
#include "build/build_config.h" |
#include "content/common/accessibility_mode_enums.h" |
#include "content/common/associated_interface_registry_impl.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/host_zoom.mojom.h" |
@@ -890,7 +891,7 @@ class CONTENT_EXPORT RenderFrameImpl |
int job_id, |
std::set<std::string> serialized_resources_uri_digests, |
base::TimeDelta main_thread_use_time, |
- bool success); |
+ MhtmlSaveStatus save_status); |
// Requests that the browser process navigates to |url|. If |
// |is_history_navigation_in_new_child| is true, the browser process should |