| 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 c154a6d2bb91c86a0035aa81b5b4b76407417b4e..8af97d9baf538af605fc809534506e9c560a9e99 100644
|
| --- a/components/offline_pages/background/save_page_request.h
|
| +++ b/components/offline_pages/background/save_page_request.h
|
| @@ -37,6 +37,8 @@ class SavePageRequest {
|
| SavePageRequest(const SavePageRequest& other);
|
| ~SavePageRequest();
|
|
|
| + bool operator==(const SavePageRequest& other) const;
|
| +
|
| // Updates the |last_attempt_time_| and increments |attempt_count_|.
|
| void MarkAttemptStarted(const base::Time& start_time);
|
|
|
|
|