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 dc05dbf0d204d2f09f3e9593e00535452eceb77c..83189d2057f89f10d7be0230b131866350874de9 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -6,6 +6,7 @@ |
#define CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_IMPL_H_ |
#include <map> |
+#include <string> |
#include <vector> |
#include "base/callback.h" |
@@ -609,6 +610,9 @@ class CONTENT_EXPORT RenderFrameHostImpl |
void OnDidStartLoading(bool to_different_document); |
void OnDidStopLoading(); |
void OnDidChangeLoadProgress(double load_progress); |
+ void OnSerializeAsMHTMLResponse(int job_id, |
+ bool success, |
+ const std::string& mhtml_boundary_marker); |
#if defined(OS_MACOSX) || defined(OS_ANDROID) |
void OnShowPopup(const FrameHostMsg_ShowPopup_Params& params); |