| 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.
|
|
|