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

Unified Diff: chrome/browser/dom_ui/downloads_dom_handler.h

Issue 3071005: Download code cleanup patch of death: (Closed)
Patch Set: inline the dtor Created 10 years, 5 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
Index: chrome/browser/dom_ui/downloads_dom_handler.h
diff --git a/chrome/browser/dom_ui/downloads_dom_handler.h b/chrome/browser/dom_ui/downloads_dom_handler.h
index 32ab2bfdc364eb69af40b2210c7a8d92492fdeb5..06b48d6551cca096960835daf86ebbb55914e57a 100644
--- a/chrome/browser/dom_ui/downloads_dom_handler.h
+++ b/chrome/browser/dom_ui/downloads_dom_handler.h
@@ -35,7 +35,8 @@ class DownloadsDOMHandler : public DOMMessageHandler,
// DownloadManager::Observer interface
virtual void ModelChanged();
- virtual void SetDownloads(std::vector<DownloadItem*>& downloads);
+
+ void OnSearchDownloadsComplete(std::vector<DownloadItem*> downloads);
// Callback for the "getDownloads" message.
void HandleGetDownloads(const Value* value);
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.h ('k') | chrome/browser/dom_ui/downloads_dom_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698