| Index: content/browser/download/mhtml_generation_manager.h
|
| diff --git a/content/browser/download/mhtml_generation_manager.h b/content/browser/download/mhtml_generation_manager.h
|
| index fa5842bd2bd8a4373e9b663e5c9be0fd25917656..8dbdadb1b41f4397e789e95793414006f3c4cca8 100644
|
| --- a/content/browser/download/mhtml_generation_manager.h
|
| +++ b/content/browser/download/mhtml_generation_manager.h
|
| @@ -76,7 +76,8 @@ class MHTMLGenerationManager {
|
| void JobFinished(Job* job, MhtmlSaveStatus save_status);
|
|
|
| // Called on the UI thread after the file got finalized and we have its size.
|
| - void OnFileClosed(int job_id, MhtmlSaveStatus save_status, int64_t file_size);
|
| + void OnFileClosed(int job_id,
|
| + std::tuple<MhtmlSaveStatus, int64_t> save_status_size);
|
|
|
| // Creates and registers a new job.
|
| Job* NewJob(WebContents* web_contents,
|
|
|