| 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 57bfb8175b65a0709931e6b40a40a7b43bde0b35..7c61e06b6f3cc4e287d4d8536d2bdb045abc9958 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // File-level comment to appease parser. Eventually this will not be necessary.
|
|
|
| -namespace appWindow {
|
| +namespace app.window {
|
| dictionary CreateWindowOptions {
|
| // Width of the window.
|
| long? width;
|
| @@ -37,7 +37,8 @@ namespace appWindow {
|
| DOMString? frame;
|
| };
|
|
|
| - callback CreateWindowCallback = void (long view_id);
|
| + callback CreateWindowCallback =
|
| + void ([instanceOf=global] object created_window);
|
|
|
| interface Functions {
|
| static void create(DOMString url,
|
|
|