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

Unified Diff: chrome/browser/download/drag_download_file.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
« no previous file with comments | « chrome/browser/download/download_manager.cc ('k') | chrome/browser/download/drag_download_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/drag_download_file.h
diff --git a/chrome/browser/download/drag_download_file.h b/chrome/browser/download/drag_download_file.h
index 34fefaa9cb22e2ad4546829a563cbd57fe22242a..a6cb190734f0dbfa45a7c46a87104493dc87f88d 100644
--- a/chrome/browser/download/drag_download_file.h
+++ b/chrome/browser/download/drag_download_file.h
@@ -52,7 +52,6 @@ class DragDownloadFile : public DownloadFileProvider,
// DownloadManager::Observer methods.
// Called on UI thread.
virtual void ModelChanged();
- virtual void SetDownloads(std::vector<DownloadItem*>& downloads);
// DownloadItem::Observer methods.
// Called on UI thread.
« no previous file with comments | « chrome/browser/download/download_manager.cc ('k') | chrome/browser/download/drag_download_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698