Index: chrome/browser/download/download_history.cc |
diff --git a/chrome/browser/download/download_history.cc b/chrome/browser/download/download_history.cc |
index 115a52c93c48a18b75a0a4d4ff2922f57d86a128..bc8689813ca653dbbd25226ef6a5920bb5807203 100644 |
--- a/chrome/browser/download/download_history.cc |
+++ b/chrome/browser/download/download_history.cc |
@@ -282,6 +282,9 @@ void DownloadHistory::QueryCallback(scoped_ptr<InfoVector> infos) { |
it->last_modified, |
it->received_bytes, |
it->total_bytes, |
+ std::string(), // TODO(asanka): Need to persist and restore hash of |
+ // partial file for an interrupted download. No need to |
+ // store hash for a completed file. |
history::ToContentDownloadState(it->state), |
history::ToContentDownloadDangerType(it->danger_type), |
history::ToContentDownloadInterruptReason(it->interrupt_reason), |