| 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 aee7ed18cde0b02ac9b4d98be795a4561ebb9d0a..8b5d23c63582053a674f4f21fb59dcbec7bf4bfe 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.h
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.h
|
| @@ -130,8 +130,8 @@ class DownloadsDOMHandler : public content::WebUIMessageHandler,
|
| // Returns the download that is referred to in a given value.
|
| content::DownloadItem* GetDownloadByValue(const base::ListValue* args);
|
|
|
| - // Current search text.
|
| - string16 search_text_;
|
| + // Current search terms.
|
| + scoped_ptr<base::ListValue> search_terms_;
|
|
|
| // Notifies OnDownload*() and provides safe access to the DownloadManager.
|
| AllDownloadItemNotifier main_notifier_;
|
|
|