| Index: chrome/browser/download/download_history.cc
|
| diff --git a/chrome/browser/download/download_history.cc b/chrome/browser/download/download_history.cc
|
| index ec8170426acc0a2e8b70f5f8f856d179cc794fb7..fb47fa8a0f2e52c94d5f750d4f54e6bf830cd914 100644
|
| --- a/chrome/browser/download/download_history.cc
|
| +++ b/chrome/browser/download/download_history.cc
|
| @@ -315,6 +315,7 @@ void DownloadHistory::QueryCallback(std::unique_ptr<InfoVector> infos) {
|
| ++history_size_;
|
| }
|
| notifier_.GetManager()->CheckForHistoryFilesRemoval();
|
| + notifier_.GetManager()->PostInitialization();
|
|
|
| initial_history_query_complete_ = true;
|
| for (Observer& observer : observers_)
|
|
|