| 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 8c09562fa791eaaef8b1cf41d4e2fb49b40f7655..d241deaf052b7e9bbaf253943881e1b103398bb2 100644
|
| --- a/components/offline_pages/background/save_page_request.h
|
| +++ b/components/offline_pages/background/save_page_request.h
|
| @@ -50,6 +50,10 @@ 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_|.
|
| + void MarkAttemptAborted();
|
| +
|
| int64_t request_id() const { return request_id_; }
|
|
|
| const GURL& url() const { return url_; }
|
|
|