| Index: components/offline_pages/core/offline_page_archiver.h
|
| diff --git a/components/offline_pages/core/offline_page_archiver.h b/components/offline_pages/core/offline_page_archiver.h
|
| index 17631406db34fd76b9b2895dd1a5779a9fdb7db4..31f2d337c742086182234949d21d9a3c94a848ed 100644
|
| --- a/components/offline_pages/core/offline_page_archiver.h
|
| +++ b/components/offline_pages/core/offline_page_archiver.h
|
| @@ -39,12 +39,6 @@ namespace offline_pages {
|
| // archiver whether to respond with ERROR_CONTENT_UNAVAILBLE, wait longer to
|
| // actually snapshot a complete page, or snapshot whatever is available at that
|
| // point in time (what the user sees).
|
| -//
|
| -// TODO(fgorski): Add ability to delete archive.
|
| -// TODO(fgorski): Add ability to check that archive exists.
|
| -// TODO(fgorski): Add ability to refresh an existing archive in one step.
|
| -// TODO(fgorski): Add ability to identify all of the archives in the directory,
|
| -// to enable to model to reconcile the archives.
|
| class OfflinePageArchiver {
|
| public:
|
| // Results of the archive creation.
|
|
|