| 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..81fda468892c06ec7b7b84b68bbf233353e46ef7 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.h
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.h
|
| @@ -71,7 +71,10 @@ class DownloadsDOMHandler : public content::WebUIMessageHandler,
|
| void HandleShow(const base::ListValue* args);
|
|
|
| // Callback for the "pause" message - pauses the file download.
|
| - void HandlePause(const base::ListValue* args);
|
| + void Pause(const base::ListValue* args);
|
| +
|
| + // Callback for the "resume" message - resumes the file download.
|
| + void Resume(const base::ListValue* args);
|
|
|
| // Callback for the "remove" message - removes the file download from shelf
|
| // and list.
|
|
|