Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: chrome/browser/ui/webui/downloads_dom_handler.h

Issue 11711003: Remove the DownloadItem::TogglePause() interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698