Index: content/browser/download/download_item_impl.cc |
diff --git a/content/browser/download/download_item_impl.cc b/content/browser/download/download_item_impl.cc |
index a4de17ed89a0c9f104391c9e57584601978ce94f..813155e66b4f8751f504cc7431e6876426302390 100644 |
--- a/content/browser/download/download_item_impl.cc |
+++ b/content/browser/download/download_item_impl.cc |
@@ -940,6 +940,7 @@ void DownloadItemImpl::MarkAsComplete() { |
void DownloadItemImpl::SetIsPersisted() { |
is_persisted_ = true; |
+ UpdateObservers(); |
} |
void DownloadItemImpl::SetDbHandle(int64 handle) { |