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 053406902ba7e43d870827062f8ad9c0965bf599..443032e4ed0416eda4b758535d6122cc91ab5995 100644 |
--- a/content/browser/download/download_item_impl.cc |
+++ b/content/browser/download/download_item_impl.cc |
@@ -945,6 +945,7 @@ void DownloadItemImpl::MarkAsComplete() { |
void DownloadItemImpl::SetIsPersisted() { |
is_persisted_ = true; |
+ UpdateObservers(); |
} |
void DownloadItemImpl::SetDbHandle(int64 handle) { |