Index: chrome/browser/ui/cocoa/browser_window_cocoa.h |
=================================================================== |
--- chrome/browser/ui/cocoa/browser_window_cocoa.h (revision 98185) |
+++ chrome/browser/ui/cocoa/browser_window_cocoa.h (working copy) |
@@ -132,6 +132,8 @@ |
virtual void DestroyBrowser(); |
private: |
+ int GetCommandId(const NativeWebKeyboardEvent& event); |
+ bool HandleKeyboardEventInternal(NSEvent* event); |
NSWindow* window() const; // Accessor for the (current) |NSWindow|. |
void UpdateSidebarForContents(TabContents* tab_contents); |