| Index: components/offline_pages/background/save_page_request.h
|
| diff --git a/components/offline_pages/background/save_page_request.h b/components/offline_pages/background/save_page_request.h
|
| index 8dcc2f381dbabd8a9782a78636ef29aa7c8a59c3..cddda755187d50b6e69e7f0c29b85930d07d967b 100644
|
| --- a/components/offline_pages/background/save_page_request.h
|
| +++ b/components/offline_pages/background/save_page_request.h
|
| @@ -45,8 +45,8 @@ class SavePageRequest {
|
| // Marks attempt as completed and clears |last_attempt_time_|.
|
| void MarkAttemptCompleted();
|
|
|
| - // Marks attempt as aborted. Specifically it clears |last_attempt_time_|
|
| - // and decrements |attempt_count_|.
|
| + // Marks attempt as aborted. This will change the state of an OFFLINING
|
| + // request to be AVAILABLE. It will not change the state of a PAUSED request
|
| void MarkAttemptAborted();
|
|
|
| // Mark the attempt as paused. It is not available for future prerendering
|
|
|