Index: chrome/browser/resources/new_new_tab.html |
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html |
index cd2613c7ff41dbfba6d45bd18992cf2b794efdef..2eecccac3e070fcafa9e195d5e87514e3d6c060a 100644 |
--- a/chrome/browser/resources/new_new_tab.html |
+++ b/chrome/browser/resources/new_new_tab.html |
@@ -232,6 +232,8 @@ if ('mode' in hashParams) { |
<command id="apps-launch-command"> |
<command id="apps-options-command" i18n-values=".label:appoptions"> |
<command id="apps-uninstall-command" i18n-values=".label:appuninstall"> |
+<command id="apps-create-shortcut-command" |
+ i18n-values=".label:appcreateshortcut"> |
<command id="apps-launch-type-pinned" i18n-values=".label:applaunchtypepinned" |
launch-type="0"> |
<command id="apps-launch-type-regular" i18n-values=".label:applaunchtyperegular" |
@@ -257,6 +259,8 @@ if ('mode' in hashParams) { |
<hr> |
<button command="#apps-options-command"></button> |
<button command="#apps-uninstall-command"></button> |
+ <button id="apps-create-shortcut-command-menu-item" |
+ command="#apps-create-shortcut-command"></button> |
</menu> |
</body> |