| Index: components/offline_pages/offline_page_archiver.h
|
| diff --git a/components/offline_pages/offline_page_archiver.h b/components/offline_pages/offline_page_archiver.h
|
| index 5a412a1d8b2311ed93f7998d7919eea5a9cf6c46..72fb8fdd92d523b07f571f9cc37f74b6109e28cf 100644
|
| --- a/components/offline_pages/offline_page_archiver.h
|
| +++ b/components/offline_pages/offline_page_archiver.h
|
| @@ -64,9 +64,11 @@ class OfflinePageArchiver {
|
|
|
| virtual ~OfflinePageArchiver() {}
|
|
|
| - // Starts creating the archive in the |archives_dir|. Once archive is created
|
| - // |callback| will be called with the result and additional information.
|
| + // Starts creating the archive in the |archives_dir| with |archive_id| added
|
| + // to the archive filename. Once archive is created |callback| will be called
|
| + // with the result and additional information.
|
| virtual void CreateArchive(const base::FilePath& archives_dir,
|
| + int64_t archive_id,
|
| const CreateArchiveCallback& callback) = 0;
|
| };
|
|
|
|
|