| Index: chrome/common/extensions/api/app_current_window_internal.idl
|
| diff --git a/chrome/common/extensions/api/app_current_window_internal.idl b/chrome/common/extensions/api/app_current_window_internal.idl
|
| index 8ccc3b88f72becce7c737654bde9003ba432fa71..699963609a29c81ed92c95ec3b6a52f61a7c9700 100644
|
| --- a/chrome/common/extensions/api/app_current_window_internal.idl
|
| +++ b/chrome/common/extensions/api/app_current_window_internal.idl
|
| @@ -40,6 +40,7 @@
|
| static void setBounds(Bounds bounds);
|
| static void setIcon(DOMString icon_url);
|
| static void setInputRegion(Region region);
|
| + static void setAlwaysOnTop(boolean always_on_top);
|
| };
|
|
|
| interface Events {
|
|
|