| 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 22f65c422aa10d214c029fd7c40c52f1eeb194fc..801c1ef8e10f719e0857f313e6f64627dd9b1c33 100644
|
| --- a/components/offline_pages/downloads/download_ui_item.h
|
| +++ b/components/offline_pages/downloads/download_ui_item.h
|
| @@ -44,9 +44,6 @@ 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
|
|
|