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

Unified Diff: chrome/browser/dom_ui/downloads_dom_handler.h

Issue 155750: Add "Remove from list" for each download in domui page.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/dom_ui/downloads_dom_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/downloads_dom_handler.h
===================================================================
--- chrome/browser/dom_ui/downloads_dom_handler.h (revision 22137)
+++ chrome/browser/dom_ui/downloads_dom_handler.h (working copy)
@@ -58,6 +58,10 @@
// Callback for the "pause" message - pauses the file download.
void HandlePause(const Value* value);
+ // Callback for the "remove" message - removes the file download from shelf
+ // and list.
+ void HandleRemove(const Value* value);
+
// Callback for the "cancel" message - cancels the download.
void HandleCancel(const Value* value);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/dom_ui/downloads_dom_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698