| 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 2d3037b967d4b9990c32ec243693aff8974e09b5..06fa69d8574e07db42f99a4cdd7685f8f2e9782c 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -100,6 +100,9 @@ namespace app.window {
|
| // Hide the window. Does nothing if the window is already hidden.
|
| static void hide();
|
|
|
| + // Set the window's bounds.
|
| + static void setBounds(Bounds bounds);
|
| +
|
| // The JavaScript 'window' object for the created child.
|
| [instanceOf=global] object contentWindow;
|
| };
|
|
|