| 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..0a00ad9c51fa58baf2b749b2252b79c31bd65c65 100644
|
| --- a/apps/ui/native_app_window.h
|
| +++ b/apps/ui/native_app_window.h
|
| @@ -49,6 +49,9 @@ 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 messages from the
|
| + virtual void SetInterceptAllKeys(bool want_all_keys) = 0;
|
| +
|
| // Allows the window to handle unhandled keyboard messages coming back from
|
| // the renderer.
|
| virtual void HandleKeyboardEvent(
|
|
|