| 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 81efe725554d78e6f7c48ec138d582abb53ffd78..7fb71a7431954ebc5982b319e0b17962ac978733 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.h
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.h
|
| @@ -107,10 +107,6 @@ 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);
|
| -
|
| // Displays a native prompt asking the user for confirmation after accepting
|
| // the dangerous download specified by |dangerous|. The function returns
|
| // immediately, and will invoke DangerPromptAccepted() asynchronously if the
|
|
|