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

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

Issue 11316292: Add app.window.setIcon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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: chrome/common/extensions/api/app_window.idl
diff --git a/chrome/common/extensions/api/app_window.idl b/chrome/common/extensions/api/app_window.idl
index 3ca6fb9b173465dd3d2d0ea29f68909b7ac85a41..961ee758b0c46c8da01a403ba804d5d5401b1aa3 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -119,6 +119,9 @@ namespace app.window {
// Set the window's bounds.
static void setBounds(Bounds bounds);
+ // Set the launcher icon.
+ static void setLauncherIcon(DOMString icon_url);
+
// The JavaScript 'window' object for the created child.
[instanceOf=global] object contentWindow;
};

Powered by Google App Engine
This is Rietveld 408576698