| 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 caff663e29def5edda094f0f520ba3571bbe3072..c6ce8e714ab82e76200c4bd74ef6171f6133b763 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -215,6 +215,11 @@ namespace app.window {
|
| // Type of window to create.
|
| [nodoc] WindowType? type;
|
|
|
| + // Creates a special ime window. This window is not focusable and can be
|
| + // stacked above virtual keyboard window. This is restriced to component ime
|
| + // extensions.
|
| + [nodoc] boolean? ime;
|
| +
|
| // Frame type: <code>none</code> or <code>chrome</code> (defaults to
|
| // <code>chrome</code>). For <code>none</code>, the
|
| // <code>-webkit-app-region</code> CSS property can be used to apply
|
|
|