| 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 a29b9b42fcb596f4b7a43a7769a473c793300d20..50c6150c4cb79ae4b65fd32be1f3eb5840cb37a4 100644 | 
| --- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h | 
| +++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h | 
| @@ -139,7 +139,6 @@ class NativeAppWindowCocoa : public extensions::NativeAppWindow, | 
| SkColor InactiveFrameColor() const override; | 
| gfx::Insets GetFrameInsets() const override; | 
| bool CanHaveAlphaEnabled() const override; | 
| -  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 | 
|  |