Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: components/offline_pages/downloads/download_ui_adapter.h

Issue 2284933002: Remove OfflineURL from offline page (Closed)
Patch Set: Add comment per feedback Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698