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