| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 58b4b93db25272585d5e2326ddbad736044d9f4a..2782a9923307247a8b8fd38d878ec2d5b014610e 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -870,6 +870,14 @@ class CONTENT_EXPORT RenderFrameImpl
|
| void OnCopyToFindPboard();
|
| #endif
|
|
|
| + // Callback scheduled from OnSerializeAsMHTML for when writing serialized
|
| + // MHTML to file has been completed in the file thread.
|
| + void OnWriteMHTMLToDiskComplete(
|
| + int job_id,
|
| + std::set<std::string> serialized_resources_uri_digests,
|
| + base::TimeDelta main_thread_use_time,
|
| + bool success);
|
| +
|
| // Requests that the browser process navigates to |url|. If
|
| // |is_history_navigation_in_new_child| is true, the browser process should
|
| // look for a matching FrameNavigationEntry in the last committed entry to use
|
|
|