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 c50ae3de43d03e62b24460db5374ba29ac15c683..93a261a92277a855f211e27bd6e5012733cdc369 100644 |
--- a/chrome/browser/ui/webui/downloads_dom_handler.h |
+++ b/chrome/browser/ui/webui/downloads_dom_handler.h |
@@ -71,6 +71,9 @@ class DownloadsDOMHandler : public WebUIMessageHandler, |
// Callback for the "clearAll" message - clears all the downloads. |
void HandleClearAll(const base::ListValue* args); |
+ // Callback for the "openDownloadsFolder" message - opens the downloads folder |
+ void HandleOpenDownloadsFolder(const base::ListValue* args); |
+ |
private: |
// Send the current list of downloads to the page. |
void SendCurrentDownloads(); |