| Index: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| index 018f05fe8bf5255fb8d8ba77bd86758d2ec90448..15119eb1ae0b5170b4dc96fbb47a725fd04f4786 100644
|
| --- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| @@ -137,6 +137,7 @@ class NativeAppWindowCocoa : public extensions::NativeAppWindow,
|
| SkColor InactiveFrameColor() const override;
|
| gfx::Insets GetFrameInsets() const override;
|
| bool CanHaveAlphaEnabled() const override;
|
| + virtual void SetInterceptAllKeys(bool want_all_keys) override;
|
|
|
| // These are used to simulate Mac-style hide/show. Since windows can be hidden
|
| // and shown using the app.window API, this sets is_hidden_with_app_ to
|
|
|