| Index: components/offline_pages/core/background/save_page_request.h
|
| diff --git a/components/offline_pages/core/background/save_page_request.h b/components/offline_pages/core/background/save_page_request.h
|
| index ab5a760c3d0d8033b94f17f2fd1d1ec8b21614cb..9f9e9ed0ee81ebf2a09c3702fa6b2415dfe8e433 100644
|
| --- a/components/offline_pages/core/background/save_page_request.h
|
| +++ b/components/offline_pages/core/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
|
|
|