| 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 9df6090f06a17bb333a35d627dd677f96848639e..a627c1079eee730bf68815e185ca613c5d68f210 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.h
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.h
|
| @@ -73,6 +73,9 @@ class DownloadsDOMHandler : public content::WebUIMessageHandler,
|
| // Callback for the "pause" message - pauses the file download.
|
| void HandlePause(const base::ListValue* args);
|
|
|
| + // Callback for the "resume" message - resumes the file download.
|
| + void HandleResume(const base::ListValue* args);
|
| +
|
| // Callback for the "remove" message - removes the file download from shelf
|
| // and list.
|
| void HandleRemove(const base::ListValue* args);
|
|
|