Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index ceafd5ac046081dd55a2ed576e9c1bdd0ac8cf65..969b11e32ecec3437c1ccf2de1ad473dd01e221d 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" |
@@ -888,7 +889,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 |