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

Unified Diff: extensions/common/api/app_window.idl

Issue 2209053004: Enhance chrome.app.window API with icon property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: extensions/common/api/app_window.idl
diff --git a/extensions/common/api/app_window.idl b/extensions/common/api/app_window.idl
index 07ac8fca01ab31566b55eb4082692ecb90e1cd19..457cafc9e9b0f7eba34be2a2c904d4d0fbf3c3e0 100644
--- a/extensions/common/api/app_window.idl
+++ b/extensions/common/api/app_window.idl
@@ -231,6 +231,10 @@ namespace app.window {
// specify an id for the window.
boolean? showInShelf;
+ // URL of the window icon. An window can have its own icon when showInShelf
stevenjb 2016/08/04 21:00:47 'A window'
Andra Paraschiv 2016/08/08 13:34:12 Done.
+ // is set to true.
+ DOMString? icon;
+
// Frame type: <code>none</code> or <code>chrome</code> (defaults to
// <code>chrome</code>). For <code>none</code>, the
// <code>-webkit-app-region</code> CSS property can be used to apply
« extensions/browser/app_window/app_window.cc ('K') | « extensions/browser/app_window/app_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698