| 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 b08037bf327bddf1dfbb1ba6e508493e54cff19d..ce5aba252411aead3b8d1037b7b46099ab3d32f9 100644
|
| --- a/chrome/common/extensions/api/app_window.idl
|
| +++ b/chrome/common/extensions/api/app_window.idl
|
| @@ -351,6 +351,12 @@ namespace app.window {
|
| // <code>"alwaysOnTopWindows"</code> permission.
|
| static void setAlwaysOnTop(boolean alwaysOnTop);
|
|
|
| + // 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.
|
| + static void setInterceptAllKeys(boolean wantAllKeys);
|
| +
|
| // The JavaScript 'window' object for the created child.
|
| [instanceOf=Window] object contentWindow;
|
|
|
|
|