| Index: extensions/common/api/app_window.idl
|
| diff --git a/extensions/common/api/app_window.idl b/extensions/common/api/app_window.idl
|
| index 9e3ba8c2488cea44ee5db6244103786dfa524cb2..999b99990ac882fb04adbe70b37365314a1c761b 100644
|
| --- a/extensions/common/api/app_window.idl
|
| +++ b/extensions/common/api/app_window.idl
|
| @@ -385,7 +385,6 @@ namespace app.window {
|
| [nodoc] boolean hasFrameColor;
|
| [nodoc] long activeFrameColor;
|
| [nodoc] long inactiveFrameColor;
|
| - [nodoc] boolean? firstShowHasHappened;
|
|
|
| // Set whether the window should stay above most other windows. Requires the
|
| // <code>alwaysOnTopWindows</code> permission.
|
| @@ -488,8 +487,5 @@ namespace app.window {
|
|
|
| // Fired when the window's ability to use alpha transparency changes.
|
| [nocompile, nodoc] static void onAlphaEnabledChanged();
|
| -
|
| - // Event for testing. Lets tests wait until a window has been shown.
|
| - [nocompile, nodoc] static void onWindowFirstShown();
|
| };
|
| };
|
|
|