| Index: apps/ui/native_app_window.h
|
| diff --git a/apps/ui/native_app_window.h b/apps/ui/native_app_window.h
|
| index fd0cc2633718e7523be5e5edf81fc7dfcffe44f6..c5cdcbe426d95f501b98cbc755ff3bff49e7f509 100644
|
| --- a/apps/ui/native_app_window.h
|
| +++ b/apps/ui/native_app_window.h
|
| @@ -49,6 +49,10 @@ class NativeAppWindow : public ui::BaseWindow,
|
| // window is restored to the default shape.
|
| virtual void UpdateShape(scoped_ptr<SkRegion> region) = 0;
|
|
|
| + // Set whether the window should receive all keyboard events including task
|
| + // switching keys.
|
| + virtual void SetInterceptAllKeys(bool want_all_keys) = 0;
|
| +
|
| // Allows the window to handle unhandled keyboard messages coming back from
|
| // the renderer.
|
| virtual void HandleKeyboardEvent(
|
|
|