diff options
author | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 15:35:19 +0000 |
---|---|---|
committer | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 15:35:19 +0000 |
commit | a7b267a69628462959d842f5eeca2f4a8946a13b (patch) | |
tree | 18cb7c8cefc28016670eef122011c043e4f085c8 | |
parent | 7d80c54c146886a7a02b1ce0a548aa86a258e1cd (diff) | |
download | chromium_src-a7b267a69628462959d842f5eeca2f4a8946a13b.zip chromium_src-a7b267a69628462959d842f5eeca2f4a8946a13b.tar.gz chromium_src-a7b267a69628462959d842f5eeca2f4a8946a13b.tar.bz2 |
Put "create app shortcut" in a new section.
See bug for screenshot with change.
BUG=64932
TEST=Manual
Review URL: http://codereview.chromium.org/5462003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68174 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 9f7f01d..5722024 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -259,6 +259,7 @@ if ('mode' in hashParams) { <hr> <button command="#apps-options-command"></button> <button command="#apps-uninstall-command"></button> + <hr> <button id="apps-create-shortcut-command-menu-item" command="#apps-create-shortcut-command"></button> </menu> |