| 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 7f88000cda72aa7b84bea0e5f1d83d5d2ef7d4ef..e719362e6a6c7daf40cfd1eb7d54b39436ccff20 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -121,6 +121,11 @@ namespace app.window {
|
| // Set the window's bounds.
|
| static void setBounds(Bounds bounds);
|
|
|
| + // Set the app icon for the window (experimental).
|
| + // Currently this is only being implemented on Ash.
|
| + // TODO(stevenjb): Investigate implementing this on Windows and OSX.
|
| + [nodoc] static void setIcon(DOMString icon_url);
|
| +
|
| // The JavaScript 'window' object for the created child.
|
| [instanceOf=global] object contentWindow;
|
| };
|
|
|