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

Unified Diff: content/browser/download/download_request_handle.h

Issue 8404049: Added member data to classes to support download resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with trunk Created 9 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: content/browser/download/download_request_handle.h
diff --git a/content/browser/download/download_request_handle.h b/content/browser/download/download_request_handle.h
index 9b797b758eaf29fa642affbaa67712665d58d360..a81c284501865c2cac683e3906be8ffaa76304a0 100644
--- a/content/browser/download/download_request_handle.h
+++ b/content/browser/download/download_request_handle.h
@@ -32,11 +32,11 @@ class CONTENT_EXPORT DownloadRequestHandleInterface {
virtual TabContents* GetTabContents() const = 0;
virtual content::DownloadManager* GetDownloadManager() const = 0;
- // Pause or resume the matching URL request.
+ // Pauses or resumes the matching URL request.
virtual void PauseRequest() const = 0;
virtual void ResumeRequest() const = 0;
- // Cancel the request.
+ // Cancels the request.
virtual void CancelRequest() const = 0;
// Describe the object.
« no previous file with comments | « content/browser/download/download_persistent_store_info.h ('k') | content/browser/download/download_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698