Chromium Code Reviews| 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); |
|
jeremya
2012/09/17 17:46:58
I don't think you really need to list this in the
tapted
2012/09/18 04:17:24
I seem to get errors if I remove it, along the lin
|
| }; |
| }; |