summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorwjywbs@gmail.com <wjywbs@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 10:04:02 +0000
committerwjywbs@gmail.com <wjywbs@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 10:04:02 +0000
commit1148990bbd1fd25a274b50b1d5050162714f6556 (patch)
treef8335511267352957e743225b8d959a20e70312a /chrome/app
parenta09078643f87768bc45868161592f52f9cbb16d6 (diff)
downloadchromium_src-1148990bbd1fd25a274b50b1d5050162714f6556.zip
chromium_src-1148990bbd1fd25a274b50b1d5050162714f6556.tar.gz
chromium_src-1148990bbd1fd25a274b50b1d5050162714f6556.tar.bz2
Add createAppShortcut function in chrome.management
This function shows a dialog to create shortcuts of an app same as chrome://apps page, and requires a user gesture. This can be useful for app management extensions. A dialog prompt asking whether to create app shortcut for Mac is also added. This prompt will also show up when creating app shortcut in chrome://apps. R=kalman@chromium.org,benwells@chromium.org,tapted@chromium.org BUG=368943 Review URL: https://codereview.chromium.org/221423008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b95408f..8b9dccd 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2282,6 +2282,9 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_CREATE_SHORTCUTS_MENU_CHKBOX" desc="Label of the checkbox to create an application shortcut in the system's applications menu.">
Applications menu
</message>
+ <message name="IDS_CREATE_SHORTCUTS_APP_FOLDER_CHKBOX" desc="Label of the checkbox to create an application shortcut in the system's applications folder.">
+ Applications folder
+ </message>
<message name="IDS_CREATE_SHORTCUTS_START_MENU_CHKBOX" desc="Label of the checkbox to create an application shortcut in the start menu.">
Start menu
</message>