Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2790)

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 3453029: Add user customizable launch type for apps. (Closed)
Patch Set: No images this time. Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prefs/pref_service.h ('k') | chrome/browser/resources/ntp/apps.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 23e8e249842c669dce7eb3a1faae8cadbf691b31..7290e32bbeb57bdb5fa13de798124cb2b9ca5936 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -176,10 +176,20 @@ 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-launch-type-pinned" i18n-values=".label:applaunchtypepinned"
+ launch-type="0">
+<command id="apps-launch-type-regular" i18n-values=".label:applaunchtyperegular"
+ launch-type="1">
+<command id="apps-launch-type-fullscreen"
+ i18n-values=".label:applaunchtypefullscreen" launch-type="2">
<menu id="app-context-menu">
<button class="default" command="#apps-launch-command"></button>
<hr>
+ <button command="#apps-launch-type-pinned" launch-type="0"></button>
+ <button command="#apps-launch-type-regular" launch-type="1"></button>
+ <button command="#apps-launch-type-fullscreen" launch-type="2"></button>
+ <hr>
<button command="#apps-options-command"></button>
<button command="#apps-uninstall-command"></button>
</menu>
« no previous file with comments | « chrome/browser/prefs/pref_service.h ('k') | chrome/browser/resources/ntp/apps.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698