diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 21:14:31 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 21:14:31 +0000 |
commit | aec6ad64baed1efb092adcc53bf2a1473a584876 (patch) | |
tree | 1a27caff548e6602d26208bac7e027a87dcca25e /chrome/app | |
parent | 13e2edee5394104e38ea6713b57eb8e79e030e1c (diff) | |
download | chromium_src-aec6ad64baed1efb092adcc53bf2a1473a584876.zip chromium_src-aec6ad64baed1efb092adcc53bf2a1473a584876.tar.gz chromium_src-aec6ad64baed1efb092adcc53bf2a1473a584876.tar.bz2 |
Include Pause/Resume in the context menu for the item in the download shelf.
The pause and resume context item will only appear when the download is in progress. It will not show on the context menu if the download has been cancelled or completed.
It is a toggle state, either pause or resume, not both.
BUG=16929 (http://www.crbug.com/16929)
TEST=Download a large file, right click pause, then resume. As well, download a small file, wait till finishes, right click, you will see no pause/resume.
Review URL: http://codereview.chromium.org/159844
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index dc83d77..f6a0983 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1784,6 +1784,14 @@ each locale. --> desc="Download context menu remove"> &Remove from list </message> + <message name="IDS_DOWNLOAD_MENU_PAUSE_ITEM" + desc="Download context menu pause download"> + &Pause + </message> + <message name="IDS_DOWNLOAD_MENU_RESUME_ITEM" + desc="Download context menu resume download"> + &Resume + </message> <!-- Remove in-progress downloads confirmation dialog --> <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_TITLE" desc="Title of the dialog asking for user confirmation to close the browser when one download is in-progress."> |