| 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();
|
|
|