| 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 43762e6e6a96959704568cdf1af71ae6505d6e1b..190bc45ac176727c7162ccfc216827b63df7ab72 100644
|
| --- a/content/browser/download/download_request_handle.h
|
| +++ b/content/browser/download/download_request_handle.h
|
| @@ -29,11 +29,11 @@ class CONTENT_EXPORT DownloadRequestHandleInterface {
|
| virtual TabContents* GetTabContents() const = 0;
|
| virtual 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.
|
|
|