| 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 001c378b84b41f735b15523da3d9315ed4f93284..23ea91796c30bbf657de976debd47fbf63249c05 100644
|
| --- a/chrome/browser/resources/new_new_tab.html
|
| +++ b/chrome/browser/resources/new_new_tab.html
|
| @@ -236,6 +236,8 @@ if ('mode' in hashParams) {
|
| launch-type="0">
|
| <command id="apps-launch-type-regular" i18n-values=".label:applaunchtyperegular"
|
| launch-type="1">
|
| +<command id="apps-launch-type-window"
|
| + i18n-values=".label:applaunchtypewindow" launch-type="3">
|
| <command id="apps-launch-type-fullscreen"
|
| i18n-values=".label:applaunchtypefullscreen" launch-type="2">
|
|
|
| @@ -244,6 +246,8 @@ if ('mode' in hashParams) {
|
| <hr>
|
| <button command="#apps-launch-type-regular" launch-type="1"></button>
|
| <button command="#apps-launch-type-pinned" launch-type="0"></button>
|
| + <button id="apps-launch-type-window-menu-item"
|
| + command="#apps-launch-type-window" launch-type="3"></button>
|
| <button command="#apps-launch-type-fullscreen" launch-type="2"></button>
|
| <hr>
|
| <button command="#apps-options-command"></button>
|
|
|