| 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 d1ea9143b38cfbf28d03cd82483c05f6933ca5f5..3ad828a9e7d11863798f240a84028e4dcf2d87a1 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -109,7 +109,6 @@ namespace app.window {
|
| // permission. Defaults to false.<br>
|
| // Call <code>setAlwaysOnTop()</code> on the window to change this property
|
| // after creation.<br>
|
| - // Currently only available on Dev channel.
|
| boolean? alwaysOnTop;
|
|
|
| // If true, the window will be focused when created. Defaults to true.
|
| @@ -227,7 +226,6 @@ namespace app.window {
|
|
|
| // Set whether the window should stay above most other windows. Requires the
|
| // <code>"alwaysOnTopWindows"</code> permission.
|
| - // Currently only available on Dev channel.
|
| static void setAlwaysOnTop(boolean alwaysOnTop);
|
|
|
| // The JavaScript 'window' object for the created child.
|
|
|