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

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

Issue 2537373004: [OfflinePages] Call NotifyInterrupted for pending requests (Closed)
Patch Set: Created 4 years 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_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

Powered by Google App Engine
This is Rietveld 408576698