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 057266192efce5a5be71a463a454bc7056b98883..c720a583665d277a7eb8dbde9f8da962bc1f2345 100644 |
--- a/components/offline_pages/downloads/download_ui_item.h |
+++ b/components/offline_pages/downloads/download_ui_item.h |
@@ -28,6 +28,10 @@ struct DownloadUIItem { |
// The URL of the captured page. |
GURL url; |
+ // The Title of the captured page, if any. It can be empty string either |
+ // because the page is not yet fully loaded, or because it doesn't have any. |
+ base::string16 title; |
+ |
// The file path to the archive with a local copy of the page. |
base::FilePath target_path; |