| Index: components/offline_pages/downloads/download_ui_adapter.h
|
| diff --git a/components/offline_pages/downloads/download_ui_adapter.h b/components/offline_pages/downloads/download_ui_adapter.h
|
| index f0fdfa9b28bd03eab619059e93794dbdeef00811..eb04396e05dd930dc12af4afa6e7f6e34209d462 100644
|
| --- a/components/offline_pages/downloads/download_ui_adapter.h
|
| +++ b/components/offline_pages/downloads/download_ui_adapter.h
|
| @@ -98,7 +98,6 @@ class DownloadUIAdapter : public OfflinePageModel::Observer,
|
| std::unique_ptr<DownloadUIItem> ui_item;
|
| // Additional cached data, not exposed to UI through DownloadUIItem.
|
| int64_t offline_id;
|
| - GURL offline_url;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ItemInfo);
|
|
|