Chromium Code Reviews| 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..a8eec562156663fd77d2a7eda190bd9a5a23bc2e 100644 | 
| --- a/chrome/browser/resources/new_new_tab.html | 
| +++ b/chrome/browser/resources/new_new_tab.html | 
| @@ -238,6 +238,8 @@ if ('mode' in hashParams) { | 
| launch-type="1"> | 
| <command id="apps-launch-type-fullscreen" | 
| i18n-values=".label:applaunchtypefullscreen" launch-type="2"> | 
| +<command id="apps-launch-type-window" | 
| + i18n-values=".label:applaunchtypewindow" launch-type="3"> | 
| <menu id="app-context-menu"> | 
| <button class="default" command="#apps-launch-command"></button> | 
| @@ -245,6 +247,7 @@ if ('mode' in hashParams) { | 
| <button command="#apps-launch-type-regular" launch-type="1"></button> | 
| <button command="#apps-launch-type-pinned" launch-type="0"></button> | 
| <button command="#apps-launch-type-fullscreen" launch-type="2"></button> | 
| + <button command="#apps-launch-type-window" launch-type="3"></button> | 
| 
 
Aaron Boodman
2010/11/17 06:12:47
For some reason it feels to me like 'full screen'
 
Sam Kerner (Chrome)
2010/11/18 03:53:36
Done.
 
 | 
| <hr> | 
| <button command="#apps-options-command"></button> | 
| <button command="#apps-uninstall-command"></button> |