| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index a6154c2211fa4f1bdd94cf36b52f6b2253850898..a4a30890e7519f2af0e85ec0a1dcf8ba78c6ed5f 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -791,7 +791,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
| int error_code);
|
| void OnGetSavableResourceLinks();
|
| void OnGetSerializedHtmlWithLocalLinks(
|
| - const std::map<GURL, base::FilePath>& url_to_local_path);
|
| + const std::map<GURL, base::FilePath>& url_to_local_path,
|
| + const std::map<int, base::FilePath>& frame_routing_id_to_local_path);
|
| void OnSerializeAsMHTML(const FrameMsg_SerializeAsMHTML_Params& params);
|
|
|
| // Requests that the browser process navigates to |url|. If
|
|
|