| Index: components/offline_pages/background/request_coordinator_event_logger.h
|
| diff --git a/components/offline_pages/background/request_coordinator_event_logger.h b/components/offline_pages/background/request_coordinator_event_logger.h
|
| index 0e0476435898582911c543ec1930a06ba0c04744..483ee75eb05aca225b35be5ff0a92445cc987475 100644
|
| --- a/components/offline_pages/background/request_coordinator_event_logger.h
|
| +++ b/components/offline_pages/background/request_coordinator_event_logger.h
|
| @@ -6,6 +6,7 @@
|
| #define COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_COORDINATOR_EVENT_LOGGER_H_
|
|
|
| #include <stdint.h>
|
| +#include <string>
|
|
|
| #include "components/offline_pages/offline_event_logger.h"
|
|
|
| @@ -18,6 +19,9 @@ class RequestCoordinatorEventLogger : public OfflineEventLogger {
|
| void RecordSavePageRequestUpdated(const std::string& name_space,
|
| const std::string& new_status,
|
| int64_t request_id);
|
| +
|
| + void RecordUpdateRequestFailed(const std::string& name_space,
|
| + const std::string& result);
|
| };
|
|
|
| } // namespace offline_pages
|
|
|