| Index: components/offline_pages/downloads/download_ui_item.h
|
| diff --git a/components/offline_pages/downloads/download_ui_item.h b/components/offline_pages/downloads/download_ui_item.h
|
| index 801c1ef8e10f719e0857f313e6f64627dd9b1c33..22f65c422aa10d214c029fd7c40c52f1eeb194fc 100644
|
| --- a/components/offline_pages/downloads/download_ui_item.h
|
| +++ b/components/offline_pages/downloads/download_ui_item.h
|
| @@ -44,6 +44,9 @@ struct DownloadUIItem {
|
|
|
| // The size of the offline copy.
|
| int64_t total_bytes;
|
| +
|
| + // Whether the page is currently being offlined.
|
| + bool is_offlining;
|
| };
|
|
|
| } // namespace offline_pages
|
|
|