| 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 e5055c2cbcc41c4a39b98c4e892388d976eb3a32..929b52af27a1cf683695fe467b09bbd7081d561a 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -369,6 +369,12 @@ namespace app.window {
|
| // TODO(jackhou): Document this properly before going to stable.
|
| [nodoc] static boolean alphaEnabled();
|
|
|
| + // Set whether the window should get all keyboard events including system
|
| + // keys that are usually not sent. This is best-effort subject to platform
|
| + // specific constraints. Requires the <code>"app.window.allKeys"</code>
|
| + // permission. This is currently available only in dev channel on Windows.
|
| + static void setInterceptAllKeys(boolean wantAllKeys);
|
| +
|
| // The JavaScript 'window' object for the created child.
|
| [instanceOf=Window] object contentWindow;
|
|
|
|
|