| 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 5f67d0b04ee6b6dca8ae5ce4eecb9ce7e9c6252c..45a0d1698978cda9b17df53472e2e52d5bf30375 100644
|
| --- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| @@ -141,6 +141,7 @@ class NativeAppWindowCocoa : public apps::NativeAppWindow,
|
| virtual SkColor InactiveFrameColor() const OVERRIDE;
|
| virtual gfx::Insets GetFrameInsets() const OVERRIDE;
|
| virtual 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
|
|
|