| 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 9dca0a3706de6a2dcc08a942cbf6afbb63897e63..5aac989e1d4ffd19a69067d049639d2b4e4effcb 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -109,5 +109,6 @@ namespace app.window {
|
| optional CreateWindowCallback callback);
|
|
|
| [nocompile] static AppWindow current();
|
| + [internal, nocompile] static void makeAppWindow(object state);
|
| };
|
| };
|
|
|