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

Unified Diff: chrome/browser/ui/webui/downloads_dom_handler.h

Issue 10905215: Kill DownloadManager::SearchDownloads, DownloadItem::MatchesQuery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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/ui/webui/downloads_dom_handler.h
diff --git a/chrome/browser/ui/webui/downloads_dom_handler.h b/chrome/browser/ui/webui/downloads_dom_handler.h
index 84504ab9581c0f42ac2cef5e5cf9dbe8a41577a9..9b60d59ffeece8fd65e64f18fc8351ed77535ce0 100644
--- a/chrome/browser/ui/webui/downloads_dom_handler.h
+++ b/chrome/browser/ui/webui/downloads_dom_handler.h
@@ -107,9 +107,8 @@ class DownloadsDOMHandler : public content::WebUIMessageHandler,
// Sends the current list of downloads to the page.
void SendCurrentDownloads();
- // Fills |downloads| with all the items for both DownloadManagers matching
- // |search_text_|.
- void SearchDownloads(content::DownloadManager::DownloadVector* downloads);
+ // Fills |downloads| with all the items for both DownloadManagers.
+ void GetAllDownloads(content::DownloadManager::DownloadVector* downloads);
// Clears all download items and their observers.
void ClearDownloadItems();

Powered by Google App Engine
This is Rietveld 408576698