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

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

Issue 2489143002: Use new download notification strings (Closed)
Patch Set: merge waiting and pending state Created 4 years, 1 month 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 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

Powered by Google App Engine
This is Rietveld 408576698