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..34fa0b2b6a9533bb25c496a0cc8be7fa5a231a25 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(); |
| + [nocompile] static void initializeAppWindow(object state); |
|
Mihai Parparita -not on Chrome
2012/09/26 22:22:23
This also needs a [nodoc]
tapted
2012/09/27 01:27:15
Done.
|
| }; |
| }; |