| 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 1303385249f6b14316cfa871787b772c460033ee..4c9cbb7a3a167760dfbef7f7fbb70ba3f1b4272c 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -429,5 +429,8 @@ namespace app.window {
|
|
|
| // Fired when the window is restored from being minimized or maximized.
|
| [nocompile] static void onRestored();
|
| +
|
| + // Event for testing. Lets tests wait until a window has been shown.
|
| + [nocompile, nodoc] static void onWindowFirstShown();
|
| };
|
| };
|
|
|