Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1483)

Unified Diff: chrome/browser/download/download_history.cc

Issue 2880933002: Download driver for components/download. (Closed)
Patch Set: Polish comment. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/download/download_ui_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_)
« no previous file with comments | « no previous file | chrome/browser/download/download_ui_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698